Skip to content

Commit

Permalink
[rubocop] address Layout/SpaceInsideHashLiteralBraces
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic committed Apr 15, 2022
1 parent 85a4a20 commit ec36fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rom/sql/schema/dsl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def opts
if index_dsl
opts = super

{ **opts, indexes: index_dsl.(relation, opts[:attributes]) }
{**opts, indexes: index_dsl.(relation, opts[:attributes])}
else
super
end
Expand Down

0 comments on commit ec36fd5

Please sign in to comment.