Skip to content

Commit d3a4a0c

Browse files
committed
Fix fmt
1 parent 9cde488 commit d3a4a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/AuthAndFrame/AuthAndFrame.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ const useStyles = makeStyles((theme) => ({
7070
},
7171
siteContent: {
7272
flex: 1,
73-
paddingBottom: theme.spacing(10)
73+
paddingBottom: theme.spacing(10),
7474
},
7575
}))

0 commit comments

Comments
 (0)