end-of-file newlines

This commit is contained in:
Jim Menard 2009-01-06 10:47:29 -05:00
parent c8a9092f45
commit 06314d6edf
4 changed files with 4 additions and 4 deletions

View File

@ -73,4 +73,4 @@ articles.find({}, :sort => [{'title' => 1}]).each {|x| puts "%-25.25s : %-25.25s
puts ">> Closing connection"
DB.close
puts "closed"
puts "closed"

View File

@ -125,4 +125,4 @@ end
puts ">> Closing connection"
db.close
puts "closed"
puts "closed"

View File

@ -104,4 +104,4 @@ module XGen
end
end
end
end
end

View File

@ -65,4 +65,4 @@ class ObjectIDTest < Test::Unit::TestCase
assert_equal @o, row['_id']
end
end
end