Skip to content

Commit

Permalink
redundant loop break
Browse files Browse the repository at this point in the history
  • Loading branch information
clipperhouse committed Dec 14, 2014
1 parent 918ebc5 commit 2d41a59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion watch.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ func watch(c config) error {
}
case loopErr = <-watcher.Errors:
done <- struct{}{}
break Loop
case <-tick:
if len(events) == 0 {
continue
Expand Down

0 comments on commit 2d41a59

Please sign in to comment.