Skip to content

Commit

Permalink
minor: fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
estolfo committed Dec 3, 2012
1 parent 867ef69 commit e35e43c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/mongo/util/support.rb
Expand Up @@ -114,7 +114,6 @@ def format_order_clause(order)
end
end


def str_is_i?(str)
raise TypeError, "must be called with a string" unless str.class == String
return !!(str =~ /^[0-9]+$/)
Expand Down

0 comments on commit e35e43c

Please sign in to comment.