Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
Merge in changes from develop. Fix high CPU use bug.
  • Loading branch information
benjmarshall committed Aug 4, 2017
2 parents 957b26a + d5f2564 commit 3fd9c7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion snake/snake.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ func tickerMultiplex(out chan<- time.Time, tickerIn <-chan time.Time, startIn <-
return
}
out <- t
default:
}
}
}

0 comments on commit 3fd9c7e

Please sign in to comment.