Skip to content

Commit

Permalink
Style
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Hareau committed Jul 6, 2023
1 parent 276647f commit e6170a4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/safe-pg-migrations/plugins/statement_insurer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ module StatementInsurer # rubocop:disable Metrics/ModuleLength

def validate_check_constraint(table_name, **options)
Helpers::Logger.say_method_call :validate_check_constraint, table_name, **options
without_statement_timeout do
super
end
without_statement_timeout { super }
end

def add_check_constraint(table_name, expression, **options)
Expand Down

0 comments on commit e6170a4

Please sign in to comment.