From 15f05a1999e45ee088f581e454742229a3533479 Mon Sep 17 00:00:00 2001 From: Micheal Wilkinson Date: Sat, 21 Mar 2026 13:49:14 +0000 Subject: [PATCH] chore(go): run go fmt on core test files --- internal/homesick/core/list_test.go | 2 +- internal/homesick/core/track_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)) }