Skip to content

Commit

Permalink
style: whitespace [ci-skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Feb 21, 2021
1 parent e4f593b commit e92dbc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/database.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module Database
extend self

def migrate target = nil
opts = target ? {target: target} : {}
opts = target ? { target: target } : {}
PactBroker::DB::Migrate.call(database, opts)
end

Expand Down

0 comments on commit e92dbc1

Please sign in to comment.