summaryrefslogtreecommitdiff
path: root/app/models/commit.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-02-02 18:09:47 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-02-02 18:09:47 +0000
commit0a9b6b99a9bdcacea434501320f1a8d131a33827 (patch)
treeb3fb338cec894837358b82635c90a52f5b8e0c3d /app/models/commit.rb
parentd944f09d3212ca8aad09b92dbbae7323ee634237 (diff)
downloadgitlab-ce-0a9b6b99a9bdcacea434501320f1a8d131a33827.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/models/commit.rb')
-rw-r--r--app/models/commit.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/commit.rb b/app/models/commit.rb
index a95ab756600..4517b3ef216 100644
--- a/app/models/commit.rb
+++ b/app/models/commit.rb
@@ -501,8 +501,8 @@ class Commit
end
end
- def raw_diffs(*args)
- raw.diffs(*args)
+ def raw_diffs(...)
+ raw.diffs(...)
end
def raw_deltas