aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2016-01-24 23:10:45 +0900
committerAkira Matsuda <ronnie@dio.jp>2016-01-24 23:37:26 +0900
commitbd2178f1153a050cf9bcd4e311ea93fe9ba7506f (patch)
tree5a8025d8107137f881b02708913950ca8acca86d /activesupport
parent75b199753c1a8d29f8405165d76011e73d886291 (diff)
downloadrails-bd2178f1153a050cf9bcd4e311ea93fe9ba7506f.tar.gz
rails-bd2178f1153a050cf9bcd4e311ea93fe9ba7506f.tar.bz2
rails-bd2178f1153a050cf9bcd4e311ea93fe9ba7506f.zip
:warning: mismatched indentations at 'end' with 'unless'
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/test/multibyte_grapheme_break_conformance_test.rb4
-rw-r--r--activesupport/test/multibyte_normalization_conformance_test.rb4
2 files changed, 4 insertions, 4 deletions
diff --git a/activesupport/test/multibyte_grapheme_break_conformance_test.rb b/activesupport/test/multibyte_grapheme_break_conformance_test.rb
index 7d185e2cae..8ebbcac9e9 100644
--- a/activesupport/test/multibyte_grapheme_break_conformance_test.rb
+++ b/activesupport/test/multibyte_grapheme_break_conformance_test.rb
@@ -19,8 +19,8 @@ class Downloader
target.write l
end
end
- end
- end
+ end
+ end
end
end
diff --git a/activesupport/test/multibyte_normalization_conformance_test.rb b/activesupport/test/multibyte_normalization_conformance_test.rb
index 839aec7fa8..38765b7b32 100644
--- a/activesupport/test/multibyte_normalization_conformance_test.rb
+++ b/activesupport/test/multibyte_normalization_conformance_test.rb
@@ -20,8 +20,8 @@ class Downloader
target.write l
end
end
- end
- end
+ end
+ end
end
end