aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record
diff options
context:
space:
mode:
authorAndrew White <pixeltrix@users.noreply.github.com>2017-01-11 10:34:29 +0000
committerGitHub <noreply@github.com>2017-01-11 10:34:29 +0000
commit299728de1da404d789752156a13828ec3b48f3d6 (patch)
tree362c849f4d5250b968739fc1b7f4e15bad87f93f /activerecord/lib/active_record
parent492576e77bbaf8040758ad58854f535d528cc96e (diff)
parentb260b13c5b7becab7cd83d625468cee10c407127 (diff)
downloadrails-299728de1da404d789752156a13828ec3b48f3d6.tar.gz
rails-299728de1da404d789752156a13828ec3b48f3d6.tar.bz2
rails-299728de1da404d789752156a13828ec3b48f3d6.zip
Merge pull request #27642 from kou/fix-indent
Fix indent
Diffstat (limited to 'activerecord/lib/active_record')
-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