Skip to content

Commit

Permalink
removed nolint
Browse files Browse the repository at this point in the history
  • Loading branch information
ivcosla committed Aug 13, 2019
1 parent a368f74 commit 6b7052a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/therealssh-cli/commands/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ func runInPTY(args []string) {
}

b := make([]byte, ptyBufferSize)
_, err = conn.Read(b) // nolint
_, err = conn.Read(b)
if err != nil {
log.Fatal(err)
}
Expand Down

0 comments on commit 6b7052a

Please sign in to comment.