Skip to content

Commit 64ed0bc

Browse files
Update lib/pythonx/application.ex
1 parent acc7245 commit 64ed0bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pythonx/application.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ defmodule Pythonx.Application do
1616
with {:ok, result} <- Supervisor.start_link(children, opts) do
1717
maybe_uv_init()
1818

19-
{:ok, result}f
19+
{:ok, result}
2020
end
2121
end
2222

0 commit comments

Comments
 (0)