chore(go): run go fmt on core test files

This commit is contained in:
Micheal Wilkinson
2026-03-21 13:49:14 +00:00
parent a01a2171ff
commit 15f05a1999
2 changed files with 2 additions and 2 deletions

View File

@@ -69,4 +69,4 @@ func (s *ListSuite) TestList_OutputsSortedCastlesWithRemoteURLs() {
"zomg git://github.com/technicalpickles/zomg.git\n", "zomg git://github.com/technicalpickles/zomg.git\n",
s.stdout.String(), s.stdout.String(),
) )
} }

View File

@@ -20,7 +20,7 @@ type TrackSuite struct {
app *core.App app *core.App
} }
//NB: this has nothing to do with jogging // NB: this has nothing to do with jogging
func TestTrackSuite(t *testing.T) { func TestTrackSuite(t *testing.T) {
suite.Run(t, new(TrackSuite)) suite.Run(t, new(TrackSuite))
} }