]> source.dussan.org Git - redmine.git/commitdiff
cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmine/pagin...
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 21 Nov 2019 10:45:23 +0000 (10:45 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 21 Nov 2019 10:45:23 +0000 (10:45 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@19123 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/unit/lib/redmine/pagination_test.rb

index 0b6dfb28a456bea4dfa6bfb8d1a4564098d33342..270cd4f994051ad29ea9d283c142629016bc4755 100644 (file)
@@ -20,7 +20,6 @@
 require File.expand_path('../../../../test_helper', __FILE__)
 
 class Redmine::PaginationTest < ActiveSupport::TestCase
-
   def setup
     @klass = Redmine::Pagination::Paginator
   end