diff --git a/test/cursor_test.rb b/test/cursor_test.rb index 4b974b1..f6f295c 100644 --- a/test/cursor_test.rb +++ b/test/cursor_test.rb @@ -450,5 +450,4 @@ class CursorTest < Test::Unit::TestCase cursor.rewind! assert_equal 100, cursor.map {|doc| doc }.length end - - end +end