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

test/unit/lib/redmine/themes_test.rb

index 620f772c6767848e7753d7da62bd96a78dc8fad7..9b53e50f24e41d9c226fc583e4de84d134e25544 100644 (file)
@@ -20,7 +20,6 @@
 require File.expand_path('../../../../test_helper', __FILE__)
 
 class Redmine::ThemesTest < ActiveSupport::TestCase
-
   def test_themes
     themes = Redmine::Themes.themes
     assert_kind_of Array, themes