fix whitespace

This commit is contained in:
Ben Charlton 2017-12-12 21:43:57 +00:00
parent d94663d310
commit 0eec315f95

View file

@ -4,8 +4,7 @@ import (
"testing" "testing"
) )
var tests = []pipedata{
var tests = []pipedata{
{0, []int{2}}, {0, []int{2}},
{1, []int{1}}, {1, []int{1}},
{2, []int{0, 3, 4}}, {2, []int{0, 3, 4}},
@ -13,7 +12,7 @@ import (
{4, []int{2, 3, 6}}, {4, []int{2, 3, 6}},
{5, []int{6}}, {5, []int{6}},
{6, []int{4, 5}}, {6, []int{4, 5}},
} }
func TestCountPipes(t *testing.T) { func TestCountPipes(t *testing.T) {
v := CountPipes(tests) v := CountPipes(tests)