Skip to content

Commit

Permalink
Fix Layout/BeginEndAlignment cop
Browse files Browse the repository at this point in the history
  • Loading branch information
archanaserver committed Oct 17, 2024
1 parent 3a7c531 commit cbd3881
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/tasks/dynflow.rake
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ namespace :dynflow do

def dynflow_persistence
@persistence ||= begin
config = Dynflow::Rails::Configuration.new
config.db_pool_size = 1 # To prevent automatic detection
config.send(:initialize_persistence, nil, :migrate => false, :logger => Foreman::Logging.logger('sql'))
end
config = Dynflow::Rails::Configuration.new
config.db_pool_size = 1 # To prevent automatic detection
config.send(:initialize_persistence, nil, :migrate => false, :logger => Foreman::Logging.logger('sql'))
end
end

task :migrate => :environment do
Expand Down

0 comments on commit cbd3881

Please sign in to comment.