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

@@ -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))
}