chore: apply mix format to blogex test files and router

This commit is contained in:
Firehose Bot
2026-05-07 11:57:17 +01:00
parent ab7a520e9e
commit 2b7cf0a3b9
6 changed files with 70 additions and 40 deletions
+3 -1
View File
@@ -35,7 +35,9 @@ defmodule Blogex.Test.FakeBlog do
}
case Agent.start(fn -> state end, name: __MODULE__) do
{:ok, pid} -> {:ok, pid}
{:ok, pid} ->
{:ok, pid}
{:error, {:already_started, pid}} ->
Agent.update(__MODULE__, fn _ -> state end)
{:ok, pid}