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

lib/diff.rb

index ca451ddf08ef3de8d6e25beee7a7ac5c282a949f..4630af1076bcaf24291442f6b6ca9f590c1555d1 100644 (file)
@@ -2,7 +2,6 @@
 
 module RedmineDiff
   class Diff
-
     VERSION = 0.3
 
     def Diff.lcs(a, b)
@@ -145,7 +144,6 @@ module RedmineDiff
     def inspect
       @diffs.inspect
     end
-
   end
 end