Skip to content

Commit

Permalink
make ci hound happy
Browse files Browse the repository at this point in the history
  • Loading branch information
e2 committed May 31, 2014
1 parent ca785eb commit 1f107e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions lib/listen/listener.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

module Listen
class Listener

include Celluloid::FSM

attr_accessor :options, :directories, :paused, :changes, :block, :stopping
Expand Down Expand Up @@ -253,7 +252,7 @@ def _wait_for_changes
loop do
break if state == :stopped

if state == :paused or @queue.empty?
if state == :paused || @queue.empty?
sleep
break if state == :stopped
end
Expand Down
1 change: 0 additions & 1 deletion spec/support/acceptance_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ def _sleep_until_next_second(path)
sleep(1.05 - diff)
end


# Special class to only allow changes within a specific time window

class TimedChanges
Expand Down

0 comments on commit 1f107e5

Please sign in to comment.