Skip to content

Commit

Permalink
Fix rubocop offense
Browse files Browse the repository at this point in the history
  • Loading branch information
just806me committed Feb 3, 2024
1 parent fefcc0c commit 9a89f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/spreadsheet/public.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Public < Spreadsheet::Base
SIGNATURE = '___________'.freeze

def initialize contest, config
super contest
super(contest)
@config = config
end

Expand Down

0 comments on commit 9a89f13

Please sign in to comment.