Skip to content

Commit 1de27da

Browse files
committed
fix: fix Rubocop Layout/EmptyLinesAroundClassBody offense
1 parent 33ab0e2 commit 1de27da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/git/log.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,5 @@ def run_log_if_dirty
159159
@commits = log_data.map { |c| Git::Object::Commit.new(@base, c['sha'], c) }
160160
@dirty = false
161161
end
162-
163162
end
164163
end

0 commit comments

Comments
 (0)