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

test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb

index 65d12ad98003cd4114534a78ec9e3bbe755381fc..8823f8d1e696d978657f456603ad107b53e8a4a7 100644 (file)
@@ -22,7 +22,6 @@ require File.expand_path('../../../../../test_helper', __FILE__)
 require 'digest/md5'
 
 class Redmine::WikiFormatting::TextileFormatterTest < ActionView::TestCase
-
   def setup
     @formatter = Redmine::WikiFormatting::Textile::Formatter
   end