diff options
author | Arun Agrawal <arunagw@gmail.com> | 2014-04-26 00:35:22 +0200 |
---|---|---|
committer | Arun Agrawal <arunagw@gmail.com> | 2014-04-26 00:36:17 +0200 |
commit | 2929ebd6d13be354c4b496662b81372c4058fac5 (patch) | |
tree | b47bcc66b093aae05a33c405fa6131255a9fd9e5 | |
parent | 856ea2a6a5cd3770948f1d0f9de188770f10653d (diff) | |
download | rails-2929ebd6d13be354c4b496662b81372c4058fac5.tar.gz rails-2929ebd6d13be354c4b496662b81372c4058fac5.tar.bz2 rails-2929ebd6d13be354c4b496662b81372c4058fac5.zip |
Warning removed for missmatched indentation
-rw-r--r-- | activesupport/test/multibyte_conformance_test.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/activesupport/test/multibyte_conformance_test.rb b/activesupport/test/multibyte_conformance_test.rb index 2baf724da4..6ab8fa28ee 100644 --- a/activesupport/test/multibyte_conformance_test.rb +++ b/activesupport/test/multibyte_conformance_test.rb @@ -20,8 +20,8 @@ class Downloader target.write l end end - end - end + end + end end end |