Fix indentation

This commit is contained in:
Wojciech Piekutowski 2011-02-20 17:20:09 +01:00
parent 46af71fbfe
commit ccd7818024
1 changed files with 1 additions and 2 deletions

View File

@ -450,5 +450,4 @@ class CursorTest < Test::Unit::TestCase
cursor.rewind!
assert_equal 100, cursor.map {|doc| doc }.length
end
end
end