aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorKouhei Sutou <kou@clear-code.com>2017-01-11 17:06:56 +0900
committerKouhei Sutou <kou@clear-code.com>2017-01-11 17:06:56 +0900
commitb260b13c5b7becab7cd83d625468cee10c407127 (patch)
tree8a6938b4613f667a49ad59c39fb513145688fa5c /activerecord
parentefb935a5daf04cf3309453351f87faea4a3a2e6e (diff)
downloadrails-b260b13c5b7becab7cd83d625468cee10c407127.tar.gz
rails-b260b13c5b7becab7cd83d625468cee10c407127.tar.bz2
rails-b260b13c5b7becab7cd83d625468cee10c407127.zip
Fix indent
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/lib/active_record/log_subscriber.rb2
1 files changed, 1 insertions, 1 deletions
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