Skip to content

Commit b6e8cfe

Browse files
committed
chore: prettier
1 parent 2db2dda commit b6e8cfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/lib/tables.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ test('list', async () => {
3737
id: expect.any(Number),
3838
live_rows_estimate: expect.any(Number),
3939
size: expect.any(String),
40-
},
40+
},
4141
`
4242
{
4343
"bytes": Any<Number>,
@@ -157,7 +157,7 @@ test('list', async () => {
157157
"size": Any<String>,
158158
}
159159
`
160-
)
160+
)
161161
})
162162

163163
test('list without columns', async () => {

0 commit comments

Comments
 (0)