Fix code formatting

Apply mix format to fix formatting issues that were missed before pushing.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Graham McIntire 2025-07-28 13:24:16 -05:00
parent 478e7b1936
commit 718da63af0
No known key found for this signature in database

View file

@ -7,7 +7,7 @@ defmodule Aprsme.DeploymentNotifier do
require Logger
@check_interval :timer.seconds(30)
@check_interval 30_000
def start_link(opts \\ []) do
GenServer.start_link(__MODULE__, opts, name: __MODULE__)