From 0a9b6b99a9bdcacea434501320f1a8d131a33827 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 2 Feb 2023 18:09:47 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- app/models/commit.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/models/commit.rb') 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 -- cgit v1.2.1