Skip to content

Commit c5f2648

Browse files
committed
Reformat files with prettier
1 parent 29b0826 commit c5f2648

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

__tests__/src/api/query.test.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ namespace Fixtures {
1717
responseData: {
1818
hasRows: true,
1919
keys: ['key1', 'key2'],
20-
rows: [['a', 'b'], ['c', 'd']]
20+
rows: [
21+
['a', 'b'],
22+
['c', 'd']
23+
]
2124
}
2225
};
2326

__tests__/src/api/tableStructure.test.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ namespace Fixtures {
1717
responseData: {
1818
hasRows: true,
1919
keys: ['key1', 'key2'],
20-
rows: [['a', 'b'], ['c', 'd']]
20+
rows: [
21+
['a', 'b'],
22+
['c', 'd']
23+
]
2124
}
2225
};
2326

0 commit comments

Comments
 (0)