Skip to content

Commit

Permalink
Fix rubocop warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ClearlyClaire committed May 24, 2024
1 parent e947f1f commit 1a2a28e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/lib/advanced_text_formatter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def autolink(link, link_type)
# @option options [String] :content_type
def initialize(text, options = {})
@content_type = options.delete(:content_type)
super(text, options)
super

@text = format_markdown(text) if content_type == 'text/markdown'
end
Expand Down
2 changes: 1 addition & 1 deletion config/initializers/0_duplicate_migrations.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def self.new(direction, migrations, schema_migration, internal_metadata, target_
end
end

super(direction, migrations, schema_migration, internal_metadata, target_version)
super
end
end

Expand Down

0 comments on commit 1a2a28e

Please sign in to comment.