Skip to content

Commit

Permalink
Remove unreachable return statement.
Browse files Browse the repository at this point in the history
Needed this to make go vet run clean.
  • Loading branch information
curfman committed Feb 19, 2016
1 parent aea917e commit d120031
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion delete.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,4 @@ func deleteRoom(client *http.Client, roomId string) (stopTrying bool, err error)
printResponseBody(locus, resp, body)
return
}
return
}

0 comments on commit d120031

Please sign in to comment.