From ec36fd538212a653da579c76cf49d3f903c12f17 Mon Sep 17 00:00:00 2001 From: Peter Solnica Date: Fri, 15 Apr 2022 09:15:46 +0000 Subject: [PATCH] [rubocop] address Layout/SpaceInsideHashLiteralBraces --- lib/rom/sql/schema/dsl.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rom/sql/schema/dsl.rb b/lib/rom/sql/schema/dsl.rb index 46ff8744..5233e7d9 100644 --- a/lib/rom/sql/schema/dsl.rb +++ b/lib/rom/sql/schema/dsl.rb @@ -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