Skip to content

Commit

Permalink
remove redundant return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
dropwhile committed Jan 19, 2018
1 parent 8b3fd2b commit 1aeec6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/go-camo/camo/proxy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ func TestTimeout(t *testing.T) {
<-cc
r.Close = true
w.Write([]byte("ok"))
return
}))
defer ts.Close()

Expand Down

0 comments on commit 1aeec6c

Please sign in to comment.