Remove extra bracket
authorraeno <just.raeno@gmail.com>
Wed, 19 Dec 2018 19:06:10 +0000 (23:06 +0400)
committerraeno <just.raeno@gmail.com>
Wed, 19 Dec 2018 19:06:10 +0000 (23:06 +0400)
lib/pleroma/web/router.ex

index e28055d2af81aaa88a45c94a6b15857bd680f2cf..59784549d18d8701c2cbd2e42fe34e1e3ae26178 100644 (file)
@@ -485,7 +485,7 @@ defmodule Fallback.RedirectController do
   end
 
   def index_file_path do
   end
 
   def index_file_path do
-    Pleroma.Plugs.InstanceStatic.file_path("index.html"))
+    Pleroma.Plugs.InstanceStatic.file_path("index.html")
   end
 
   def registration_page(conn, params) do
   end
 
   def registration_page(conn, params) do