Skip to content

Commit

Permalink
Rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
Arie committed Aug 16, 2024
1 parent 233a216 commit d697a7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/models/etf2l_profile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def self.fetch(steam_uid)
end

def self.league_name
"ETF2L"
'ETF2L'
end

private
Expand Down
2 changes: 1 addition & 1 deletion app/models/rgl_profile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ def self.fetch(steam_uid)
end

def self.league_name
"RGL"
'RGL'
end
end

0 comments on commit d697a7f

Please sign in to comment.