forked from AkkomaGang/akkoma
Code readability tweak
This commit is contained in:
parent
7222afe01b
commit
69038887b2
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ def start(_type, _args) do
|
||||||
Supervisor.start_link(children, opts)
|
Supervisor.start_link(children, opts)
|
||||||
end
|
end
|
||||||
|
|
||||||
defp setup_instrumenters() do
|
defp setup_instrumenters do
|
||||||
require Prometheus.Registry
|
require Prometheus.Registry
|
||||||
|
|
||||||
:ok =
|
:ok =
|
||||||
|
|
Loading…
Reference in a new issue