From bd2178f1153a050cf9bcd4e311ea93fe9ba7506f Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Sun, 24 Jan 2016 23:10:45 +0900 Subject: [PATCH] :warning: mismatched indentations at 'end' with 'unless' --- .../test/multibyte_grapheme_break_conformance_test.rb | 4 ++-- .../test/multibyte_normalization_conformance_test.rb | 4 ++-- 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