Commit fbc13640 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Remove redundant space from repository model code

parent 4fca60b4
...@@ -94,7 +94,7 @@ class Repository ...@@ -94,7 +94,7 @@ class Repository
commit = ::Commit.new(commit, @project) if commit commit = ::Commit.new(commit, @project) if commit
commit commit
rescue Rugged::OdbError, Rugged::TreeError rescue Rugged::OdbError, Rugged::TreeError
nil nil
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment