Skip to content

Commit 4b0373f

Browse files
committed
fix: styles
1 parent 549138e commit 4b0373f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/tools/atlas/accessLists.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function generateRandomIp() {
1212

1313
describeAtlas("ip access lists", (integration) => {
1414
withProject(integration, ({ getProjectId }) => {
15-
const ips = [generateRandomIp(), generateRandomIp()]
15+
const ips = [generateRandomIp(), generateRandomIp()];
1616
const cidrBlocks = [generateRandomIp() + "/16", generateRandomIp() + "/24"];
1717
const values = [...ips, ...cidrBlocks];
1818

0 commit comments

Comments
 (0)