diff options
Diffstat (limited to 'app/models/commit.rb')
-rw-r--r-- | app/models/commit.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/commit.rb b/app/models/commit.rb index 574f69bc213..ad6d7127e76 100644 --- a/app/models/commit.rb +++ b/app/models/commit.rb @@ -73,7 +73,7 @@ class Commit repo.commits(ref, limit, offset) else repo.commits(ref) - end.map{ |c| Commit.new(c) } + end.map{ |c| Commit.new(c) } end def commits_between(repo, from, to) |