Skip to content

Commit 9b17286

Browse files
committed
gofmt
1 parent 0e2c8bd commit 9b17286

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

workspace/exercise.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ import (
88

99
// Exercise is an implementation of a problem in a track.
1010
type Exercise struct {
11-
Root string
12-
Track string
13-
Slug string
11+
Root string
12+
Track string
13+
Slug string
1414
}
1515

1616
// NewExerciseFromDir constructs an exercise given the exercise directory.

0 commit comments

Comments
 (0)