Skip to content

Commit 45f06bc

Browse files
committed
Format: fix indentation in pool_load_test.exs
Apply mix format to correct indentation that was introduced during the previous refactoring of error handling and rescue clauses. No functional changes - formatting only.
1 parent 0304ed0 commit 45f06bc

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

test/pool_load_test.exs

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -718,19 +718,19 @@ defmodule EctoLibSql.PoolLoadTest do
718718
end
719719
end
720720
end
721-
after
721+
after
722722
EctoLibSql.disconnect([], state)
723-
end
724-
end)
725-
end)
723+
end
724+
end)
725+
end)
726726

727-
results = Task.await_many(tasks, 30_000)
727+
results = Task.await_many(tasks, 30_000)
728728

729-
# Verify all prepared statement operations succeeded
730-
Enum.each(results, fn result ->
731-
case result do
732-
{:ok, :prepared_with_edge_cases} ->
733-
:ok
729+
# Verify all prepared statement operations succeeded
730+
Enum.each(results, fn result ->
731+
case result do
732+
{:ok, :prepared_with_edge_cases} ->
733+
:ok
734734

735735
{:error, reason} ->
736736
flunk("Prepared statement with edge-case data failed: #{inspect(reason)}")

0 commit comments

Comments
 (0)