Skip to content

Commit

Permalink
fix: new line at end of user.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ollibowers committed Aug 22, 2024
1 parent e47f2d5 commit a34addc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/server/routers/auth_utility/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ def set_user(uid: str, item: Storage, overwrite: bool = False):
settings=_otn_settings(item['settings']),
))

assert res
assert res

0 comments on commit a34addc

Please sign in to comment.