Make lint happy

This commit is contained in:
Tusooa Zhu 2022-02-21 19:12:32 -05:00 committed by Sam Therapy
parent 4446fc675b
commit ece007c6f9
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
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