Fix code formatting in release.ex
Run mix format to fix multi-line function call formatting. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
b09df98391
commit
da079ddd76
1 changed files with 3 additions and 1 deletions
|
|
@ -109,7 +109,9 @@ defmodule Aprsme.Release do
|
|||
# Set session-level timeout for this connection
|
||||
Ecto.Adapters.SQL.query!(repo, "SET statement_timeout = '#{div(timeout, 1000)}s'")
|
||||
Ecto.Migrator.run(repo, :up, all: true)
|
||||
end, timeout: timeout)
|
||||
end,
|
||||
timeout: timeout
|
||||
)
|
||||
end
|
||||
|
||||
defp read_deployment_timestamp do
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue