1
0
Fork 1
mirror of https://akkoma.dev/AkkomaGang/akkoma.git synced 2024-12-25 04:53:06 +00:00

Code readability tweak

This commit is contained in:
Mark Felder 2019-04-04 12:36:57 -05:00
parent 7222afe01b
commit 69038887b2

View file

@ -127,7 +127,7 @@ def start(_type, _args) do
Supervisor.start_link(children, opts)
end
defp setup_instrumenters() do
defp setup_instrumenters do
require Prometheus.Registry
:ok =