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

test/unit/lib/redmine/mime_type_test.rb

index af5ef768a11571e62378338860bc0ce87f8e759e..5612f72e3057bd74724c3b94d5c435239e615011 100644 (file)
@@ -20,7 +20,6 @@
 require File.expand_path('../../../../test_helper', __FILE__)
 
 class Redmine::MimeTypeTest < ActiveSupport::TestCase
-
   def test_of
     to_test = {'test.txt' => 'text/plain',
                'test.c' => 'text/x-c',