Skip to content

Commit a164030

Browse files
committed
Make fmt
1 parent dcfef49 commit a164030

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

site/src/xServices/groups/editGroupXService.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,12 @@ export const editGroupMachine = createMachine(
2323
},
2424
events: {} as {
2525
type: "UPDATE"
26-
data: { display_name: string, name: string; avatar_url: string; quota_allowance: number }
26+
data: {
27+
display_name: string
28+
name: string
29+
avatar_url: string
30+
quota_allowance: number
31+
}
2732
},
2833
},
2934
tsTypes: {} as import("./editGroupXService.typegen").Typegen0,

0 commit comments

Comments
 (0)