end-of-file newlines
This commit is contained in:
parent
c8a9092f45
commit
06314d6edf
|
@ -73,4 +73,4 @@ articles.find({}, :sort => [{'title' => 1}]).each {|x| puts "%-25.25s : %-25.25s
|
||||||
|
|
||||||
puts ">> Closing connection"
|
puts ">> Closing connection"
|
||||||
DB.close
|
DB.close
|
||||||
puts "closed"
|
puts "closed"
|
||||||
|
|
|
@ -125,4 +125,4 @@ end
|
||||||
|
|
||||||
puts ">> Closing connection"
|
puts ">> Closing connection"
|
||||||
db.close
|
db.close
|
||||||
puts "closed"
|
puts "closed"
|
||||||
|
|
|
@ -104,4 +104,4 @@ module XGen
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -65,4 +65,4 @@ class ObjectIDTest < Test::Unit::TestCase
|
||||||
assert_equal @o, row['_id']
|
assert_equal @o, row['_id']
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue