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:
parent
478e7b1936
commit
718da63af0
1 changed files with 1 additions and 1 deletions
|
|
@ -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__)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue