mix format

This commit is contained in:
Luna D. 2024-07-03 22:00:58 +02:00
parent db88434d80
commit 4ae468142d
No known key found for this signature in database
GPG key ID: 4B1C63448394F688

View file

@ -23,8 +23,7 @@ defmodule PhilomenaWeb.SettingView do
end
def theme_paths_json do
Jason.encode!(
%{
Jason.encode!(%{
"dark-red": ~p"/css/dark-red.css",
"dark-orange": ~p"/css/dark-orange.css",
"dark-yellow": ~p"/css/dark-yellow.css",
@ -43,8 +42,7 @@ defmodule PhilomenaWeb.SettingView do
"light-cyan": ~p"/css/light-cyan.css",
"light-pink": ~p"/css/light-pink.css",
"light-silver": ~p"/css/light-silver.css"
}
)
})
end
def scale_options do