Skip to content

Commit 9bf6578

Browse files
committed
refactor: fix formatting
1 parent 17b038a commit 9bf6578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

abrechnung/application/groups.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ async def get_group(self, *, conn: Connection, user: User, group_id: int) -> Gro
208208
"select g.*, gm.is_owner, gm.can_write from grp as g join group_membership gm on g.id = gm.group_id "
209209
"where g.id = $1 and gm.user_id = $2",
210210
group_id,
211-
user.id
211+
user.id,
212212
)
213213

214214
@with_db_transaction

0 commit comments

Comments
 (0)