Skip to content

Commit

Permalink
Fmt fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
buger committed Apr 29, 2016
1 parent a8731f2 commit 52a0ebf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion middleware.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func (m *Middleware) copy(to io.Writer, from io.Reader) {

func (m *Middleware) read(from io.Reader) {
reader := bufio.NewReader(from)
var line []byte
var line []byte
var e error

for {
Expand Down
2 changes: 1 addition & 1 deletion raw_socket_listener/listener.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ type Listener struct {
}

type request struct {
id string
id string
start time.Time
ack uint32
}
Expand Down
2 changes: 1 addition & 1 deletion settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ type AppSettings struct {
inputFile MultiOption
outputFile MultiOption

inputRAW MultiOption
inputRAW MultiOption
inputRAWEngine string

middleware string
Expand Down

0 comments on commit 52a0ebf

Please sign in to comment.