fix whitespaces, cause really, why not?

This commit is contained in:
2011-01-27 10:20:13 +00:00
parent f35303b8b2
commit 079bb5388c
5 changed files with 12 additions and 11 deletions

View File

@@ -9,7 +9,7 @@ describe "Simple AMQP connection with FailoverClient" do
before(:all) do
@log = SpecServer.log
end
it "should be connected" do
AMQP.client = AMQP::FailoverClient
EM.run {
@@ -27,4 +27,4 @@ describe "Simple AMQP connection with FailoverClient" do
}
end
end
end