Skip to content

Commit

Permalink
No need to assign varable
Browse files Browse the repository at this point in the history
  • Loading branch information
aquilax committed Dec 5, 2017
1 parent d80588a commit 05a7ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/llint/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func main() {
errorCount := 0
for {
select {
case _ = <-c:
case <-c:
continue
case err := <-e:
if err == nil {
Expand Down

0 comments on commit 05a7ddf

Please sign in to comment.