Skip to content

Commit

Permalink
Merge pull request #48 from bwalding/master
Browse files Browse the repository at this point in the history
Reformat with gofmt
  • Loading branch information
briandowns authored Jun 14, 2017
2 parents 3eb2ac8 + 53b95ee commit 48dbb65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spinner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func TestNew(t *testing.T) {
for i := 0; i < len(CharSets); i++ {
s := New(CharSets[i], 1*time.Second)
if reflect.TypeOf(s).String() != "*spinner.Spinner" {
t.Errorf("New returned incorrect type kind=%d",i)
t.Errorf("New returned incorrect type kind=%d", i)
}
}
}
Expand Down

0 comments on commit 48dbb65

Please sign in to comment.