Fixed spacing

pull/2/head
Illia Chub 2021-10-12 13:31:37 +03:00
parent 16b6a15d0c
commit 7c144332cf
1 changed files with 1 additions and 2 deletions

View File

@ -123,8 +123,7 @@ def createUser():
stop;
}
'';
};
""".format(request.headers.get("X-User"), hashedPassword, request.headers.get("X-Domain"))
};""".format(request.headers.get("X-User"), hashedPassword, request.headers.get("X-Domain"))
for line in fileContent:
index += 1