From 3d0c718644181bc7c3912c8b2b9965aeaa408bc0 Mon Sep 17 00:00:00 2001
From: Sean Griffin <sean@thoughtbot.com>
Date: Mon, 5 Jan 2015 14:20:23 -0700
Subject: Whitespace fixes from #18349

---
 activerecord/test/cases/transactions_test.rb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'activerecord')

diff --git a/activerecord/test/cases/transactions_test.rb b/activerecord/test/cases/transactions_test.rb
index 466ab45502..d1d8e71c34 100644
--- a/activerecord/test/cases/transactions_test.rb
+++ b/activerecord/test/cases/transactions_test.rb
@@ -655,7 +655,7 @@ class TransactionTest < ActiveRecord::TestCase
     connection.create_table(:transaction_without_primary_keys, force: true, id: false) do |t|
        t.integer :thing_id
     end
-    
+
     klass = Class.new(ActiveRecord::Base) do
       self.table_name = 'transaction_without_primary_keys'
       after_commit { } # necessary to trigger the has_transactional_callbacks branch
@@ -667,7 +667,6 @@ class TransactionTest < ActiveRecord::TestCase
         raise ActiveRecord::Rollback
       end
     end
-    
   ensure
     connection.execute("DROP TABLE IF EXISTS transaction_without_primary_keys")
   end
-- 
cgit v1.2.3