go: fmt
This commit is contained in:
@@ -40,4 +40,3 @@ func PartTwo(data []int) int {
|
||||
}
|
||||
return count
|
||||
}
|
||||
|
||||
|
||||
@@ -19,4 +19,3 @@ func TestPartTwo(t *testing.T) {
|
||||
t.Errorf("PartTwo() = %d, want %d", got, expected)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user