Run 'crystal tool format'

This commit is contained in:
Leeingnyo
2022-05-15 17:02:29 +09:00
parent 9f6be70995
commit 3a60286c3a
5 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ struct AdminRouter
redirect_url = URI.new \
path: "/admin/user/edit",
query: hash_to_query({"username" => original_username, \
"admin" => admin, "error" => e.message})
"admin" => admin, "error" => e.message})
redirect env, redirect_url.to_s
end