From deb09e5c749e3353c927d7fe94bbd35f25ff85ee Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 11 Apr 2021 18:03:11 +0200 Subject: dprint yapf continuation align style edit --- api/user/password.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/user/password.py') diff --git a/api/user/password.py b/api/user/password.py index ff52ba4..b77067f 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