diff --git a/internal/homesick/core/list_test.go b/internal/homesick/core/list_test.go index 19f9a97..b7ac242 100644 --- a/internal/homesick/core/list_test.go +++ b/internal/homesick/core/list_test.go @@ -69,4 +69,4 @@ func (s *ListSuite) TestList_OutputsSortedCastlesWithRemoteURLs() { "zomg git://github.com/technicalpickles/zomg.git\n", s.stdout.String(), ) -} \ No newline at end of file +} diff --git a/internal/homesick/core/track_test.go b/internal/homesick/core/track_test.go index 7239a6c..ccf68c1 100644 --- a/internal/homesick/core/track_test.go +++ b/internal/homesick/core/track_test.go @@ -20,7 +20,7 @@ type TrackSuite struct { app *core.App } -//NB: this has nothing to do with jogging +// NB: this has nothing to do with jogging func TestTrackSuite(t *testing.T) { suite.Run(t, new(TrackSuite)) }