go fmt
This commit is contained in:
parent
0eec315f95
commit
bf5ef31334
2 changed files with 14 additions and 16 deletions
|
@ -25,10 +25,9 @@ func TestCountPipes(t *testing.T) {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
func TestCountGroups(t *testing.T) {
|
||||
seen := make(map[int]int)
|
||||
v,_ := CountGroups(seen, tests)
|
||||
v, _ := CountGroups(seen, tests)
|
||||
if v != 2 {
|
||||
t.Error(
|
||||
"For", tests,
|
||||
|
@ -36,4 +35,4 @@ func TestCountGroups(t *testing.T) {
|
|||
"got", v,
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue