aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/params_wrapper_test.rb
diff options
context:
space:
mode:
authorMatthew Draper <matthew@trebex.net>2017-10-28 22:45:34 +1030
committerMatthew Draper <matthew@trebex.net>2017-10-28 22:55:34 +1030
commit7d264ba8cd7635afe1e511229a56bec8041c8cf7 (patch)
treed89501911ba477bcbf340f4deedbece65e6cbbf7 /actionpack/test/controller/params_wrapper_test.rb
parentf50aeba01ee14f8fcd9fd98ec75b26cd5ef7aea8 (diff)
parent03dd47ff219098305a588e16d717813eebbfa7a4 (diff)
downloadrails-7d264ba8cd7635afe1e511229a56bec8041c8cf7.tar.gz
rails-7d264ba8cd7635afe1e511229a56bec8041c8cf7.tar.bz2
rails-7d264ba8cd7635afe1e511229a56bec8041c8cf7.zip
Merge pull request #31005 from shuheiktgw/remove_unnecessary_semicolons
Removed unnecessary semicolons
Diffstat (limited to 'actionpack/test/controller/params_wrapper_test.rb')
-rw-r--r--actionpack/test/controller/params_wrapper_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/controller/params_wrapper_test.rb b/actionpack/test/controller/params_wrapper_test.rb
index 41b583d1a7..c4c74e8f2b 100644
--- a/actionpack/test/controller/params_wrapper_test.rb
+++ b/actionpack/test/controller/params_wrapper_test.rb
@@ -276,7 +276,7 @@ class NamespacedParamsWrapperTest < ActionController::TestCase
module Admin
module Users
- class UsersController < ActionController::Base;
+ class UsersController < ActionController::Base
class << self
attr_accessor :last_parameters
end