Skip to content

Commit

Permalink
remove buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Nov 23, 2015
1 parent 6eebdcf commit 7ccc919
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hound_test.go
Expand Up @@ -9,9 +9,9 @@ func TestDiffs(t *testing.T) {
var fileName string
var hunk *diff.Hunk

warnc := make(chan string, 1)
failc := make(chan error, 1)
donec := make(chan bool, 1)
warnc := make(chan string)
failc := make(chan error)
donec := make(chan bool)

hound := &Hound{}
config := []byte(`
Expand Down

0 comments on commit 7ccc919

Please sign in to comment.