Skip to content

Commit

Permalink
Satisfy standard
Browse files Browse the repository at this point in the history
  • Loading branch information
derekprior committed Jan 2, 2025
1 parent 4a9d527 commit 3e09798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/scenic/materializable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def side_by_side?
end

def materialized_view_update_options
set_options = { no_data: no_data?, side_by_side: side_by_side? }
set_options = {no_data: no_data?, side_by_side: side_by_side?}
.select { |_, v| v }

if set_options.empty?
Expand Down

0 comments on commit 3e09798

Please sign in to comment.