Make lint happy

This commit is contained in:
Tusooa Zhu 2022-02-21 19:12:32 -05:00 committed by FloatingGhost
parent 7107fdc1b9
commit 8f08c902a5
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
defmodule Pleroma.Web.Plugs.SetLocalePlug do
import Plug.Conn, only: [get_req_header: 2, assign: 3]
def frontend_language_cookie_name(), do: "userLanguage"
def frontend_language_cookie_name, do: "userLanguage"
def init(_), do: nil