Skip to content

Commit

Permalink
Fixed sql.squish rubocop warning
Browse files Browse the repository at this point in the history
  • Loading branch information
deepsidhu85 committed Jan 10, 2025
1 parent 55a2fbc commit 3a0be28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def change
end

dir.down do
execute <<~SQL
execute <<~SQL.squish
DROP TRIGGER IF EXISTS "logidze_on_workflow_executions" on "workflow_executions";
SQL
end
Expand Down

0 comments on commit 3a0be28

Please sign in to comment.