few fmt fixes

This commit is contained in:
Leonid Bugaev
2017-01-23 13:33:36 +03:00
parent 768a29e2af
commit 043c0b7436
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import (
// TestInput used for testing purpose, it allows emitting requests on demand
type TestInput struct {
data chan []byte
data chan []byte
skipHeader bool
}