From b42d7984b1cc2530488d136ea215dfc59984ee44 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Thu, 23 May 2024 11:25:16 +0000 Subject: Fix RuboCop offense Style/SuperArguments (#39887). git-svn-id: https://svn.redmine.org/redmine/trunk@22842 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- lib/redmine/export/csv.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/redmine/export/csv.rb') diff --git a/lib/redmine/export/csv.rb b/lib/redmine/export/csv.rb index 9e0f23c5c..8e56b38f3 100644 --- a/lib/redmine/export/csv.rb +++ b/lib/redmine/export/csv.rb @@ -57,7 +57,7 @@ module Redmine field end end - super(row) + super end end end -- cgit v1.2.3