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:
Graham McIntire 2025-07-27 11:30:16 -05:00
parent b09df98391
commit da079ddd76
No known key found for this signature in database

View file

@ -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