projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7222afe
)
Code readability tweak
author
Mark Felder
<feld@FreeBSD.org>
Thu, 4 Apr 2019 17:36:57 +0000
(12:36 -0500)
committer
Mark Felder
<feld@FreeBSD.org>
Thu, 4 Apr 2019 17:36:57 +0000
(12:36 -0500)
lib/pleroma/application.ex
patch
|
blob
|
history
diff --git
a/lib/pleroma/application.ex
b/lib/pleroma/application.ex
index c3f3126c69c703abc9b29690d258b41a948712ef..1fc3fb7283c4fc4362eccdd58b48f2090400fc30 100644
(file)
--- a/
lib/pleroma/application.ex
+++ b/
lib/pleroma/application.ex
@@
-127,7
+127,7
@@
defmodule Pleroma.Application do
Supervisor.start_link(children, opts)
end
- defp setup_instrumenters
()
do
+ defp setup_instrumenters do
require Prometheus.Registry
:ok =