Remove redundant space from repository model code

This commit is contained in:
Grzegorz Bizon 2016-11-09 20:49:14 +01:00
parent 4fca60b4ae
commit fbc1364028
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ class Repository
commit = ::Commit.new(commit, @project) if commit
commit
rescue Rugged::OdbError, Rugged::TreeError
rescue Rugged::OdbError, Rugged::TreeError
nil
end