Make indentation consistent.
parent
a3f041cff7
commit
f9d3c5fa4b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue