Skip to content

Commit

Permalink
Remove unmatched rubocop:enable declaration (mastodon#27769)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski authored and audiodude committed Nov 16, 2023
1 parent 7639cca commit b870d23
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/helpers/languages_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -298,5 +298,3 @@ def available_locale_or_nil(locale_name)
locale_name.to_sym if locale_name.present? && I18n.available_locales.include?(locale_name.to_sym)
end
end

# rubocop:enable Metrics/ModuleLength

0 comments on commit b870d23

Please sign in to comment.