Skip to content

Commit 2311d9a

Browse files
committed
style: format multi-parameter function call
1 parent 78e3f00 commit 2311d9a

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

test/socket-sdk-organization.test.mts

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -372,9 +372,13 @@ describe('SocketSdk - Organization Management', () => {
372372
})
373373

374374
const client = new SocketSdk('test-token')
375-
const res = await client.createOrgFullScan('test-org', [packageJsonPath], {
376-
pathsRelativeTo: tempDir,
377-
})
375+
const res = await client.createOrgFullScan(
376+
'test-org',
377+
[packageJsonPath],
378+
{
379+
pathsRelativeTo: tempDir,
380+
},
381+
)
378382

379383
expect(res.success).toBe(true)
380384
if (res.success) {

0 commit comments

Comments
 (0)