From 2e58a8597aa14b43835dcc162fc661e21c5c8fe2 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Fri, 16 Apr 2021 17:01:16 +0200 Subject: fix ugly horizontal alignment by dprint --- api/user/password.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/user') diff --git a/api/user/password.py b/api/user/password.py index 731f7e4..2abbde6 100644 --- a/api/user/password.py +++ b/api/user/password.py @@ -10,7 +10,7 @@ def index(): data = request.get_json() if not data["password"] or \ - not data["newPassword"]: + not data["newPassword"]: return "", 400 return {}, 200 -- cgit v1.2.3