Skip to content

Commit

Permalink
Oops.
Browse files Browse the repository at this point in the history
  • Loading branch information
macournoyer committed Jan 30, 2013
1 parent e688a41 commit f3d0652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/thin/fast_enumerator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def initialize(array)
end

def next
nil unless @fiber.alive?
return nil unless @fiber.alive?
@fiber.resume
end

Expand Down

0 comments on commit f3d0652

Please sign in to comment.