]> source.dussan.org Git - redmine.git/commitdiff
Code cleanup: RuboCop: Fix Layout/EmptyLinesAroundMethodBody in test/functional/my_co...
authorGo MAEDA <maeda@farend.jp>
Tue, 21 Jan 2020 04:26:00 +0000 (04:26 +0000)
committerGo MAEDA <maeda@farend.jp>
Tue, 21 Jan 2020 04:26:00 +0000 (04:26 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@19450 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/my_controller_test.rb

index 52dbcb85ae1572b04b1210a44d0e3cf1783bc268..a054d1616a5484861f580088ea78b6c7770c22f4 100644 (file)
@@ -429,7 +429,6 @@ class MyControllerTest < Redmine::ControllerTest
   end
 
   def test_my_account_notify_about_high_priority_issues_preference
-
     # normally, preference should be shown
     get :account
     assert_select 'label[for="pref_notify_about_high_priority_issues"]'