From b260b13c5b7becab7cd83d625468cee10c407127 Mon Sep 17 00:00:00 2001
From: Kouhei Sutou <kou@clear-code.com>
Date: Wed, 11 Jan 2017 17:06:56 +0900
Subject: Fix indent

---
 activerecord/lib/active_record/log_subscriber.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'activerecord/lib')

diff --git a/activerecord/lib/active_record/log_subscriber.rb b/activerecord/lib/active_record/log_subscriber.rb
index 4b8d8d9105..ea101946f4 100644
--- a/activerecord/lib/active_record/log_subscriber.rb
+++ b/activerecord/lib/active_record/log_subscriber.rb
@@ -81,7 +81,7 @@ module ActiveRecord
           RED
         when /transaction\s*\Z/i
           CYAN
-          else
+        else
           MAGENTA
         end
       end
-- 
cgit v1.2.3