Make indentation consistent.

main
absc 2024-08-15 21:26:22 +00:00
parent a3f041cff7
commit f9d3c5fa4b
1 changed files with 2 additions and 1 deletions

View File

@ -117,7 +117,8 @@ resource_exists(Req, State) ->
case dudeswave_auth:details(User) of
[] ->
{false, Req, State};
{error, Reason} -> exit(Reason);
{error, Reason} ->
exit(Reason);
_ ->
NewState = State#{
user_exists => true