]> source.dussan.org Git - redmine.git/commitdiff
cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmine/acces...
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 20 Nov 2019 16:00:49 +0000 (16:00 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 20 Nov 2019 16:00:49 +0000 (16:00 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@19099 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/unit/lib/redmine/access_control_test.rb

index 353fdbaff185daf1b40f9cd742a87ddaffbddfe0..7e411d7707cb237659f38b7d886f22d56bffb222 100644 (file)
@@ -20,7 +20,6 @@
 require File.expand_path('../../../../test_helper', __FILE__)
 
 class Redmine::AccessControlTest < ActiveSupport::TestCase
-
   def setup
     @access_module = Redmine::AccessControl
   end