1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-10-17 17:01:01 +00:00

cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in lib/diff.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@19114 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2019-11-21 04:05:21 +00:00
parent fb913285f6
commit b009d7165c

View 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