From: Mark Felder Date: Thu, 4 Apr 2019 17:36:57 +0000 (-0500) Subject: Code readability tweak X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=69038887b2930072356aa00841b889c59518e264;p=akkoma Code readability tweak --- diff --git a/lib/pleroma/application.ex b/lib/pleroma/application.ex index c3f3126c6..1fc3fb728 100644 --- 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 =