aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2018-12-08 08:11:38 +0900
committerRyuta Kamizono <kamipo@gmail.com>2018-12-13 18:06:04 +0900
commitf907b418aecfb6dab4e30149b88a8593ddd321b9 (patch)
tree210c5d835be75e876ac69e4a3aafd90ca188e140 /activesupport
parentd0bb649cbf415093dd1cc3f08b7b746dab5ad32f (diff)
downloadrails-f907b418aecfb6dab4e30149b88a8593ddd321b9.tar.gz
rails-f907b418aecfb6dab4e30149b88a8593ddd321b9.tar.bz2
rails-f907b418aecfb6dab4e30149b88a8593ddd321b9.zip
Enable `Layout/SpaceAfterSemicolon` cop to avoid newly adding odd spacing
Ref https://github.com/rails/rails/commit/59ff1ba30d9f4d34b4d478104cc3f453e553c67a#diff-38fb97fba84b1ef0f311c4110a597c44R35
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/test/deprecation_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/test/deprecation_test.rb b/activesupport/test/deprecation_test.rb
index 95e7174391..f25c704586 100644
--- a/activesupport/test/deprecation_test.rb
+++ b/activesupport/test/deprecation_test.rb
@@ -32,7 +32,7 @@ class Deprecatee
deprecate :f=
deprecate :g
- def g ;end
+ def g; end
module B
C = 1