Skip to content

Commit 8481ba0

Browse files
committed
fix: fmt
1 parent 47b90a8 commit 8481ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client-side-encryption/auto_encrypter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ export class AutoEncrypter {
392392
promoteLongs: false,
393393
proxyOptions: this._proxyOptions,
394394
tlsOptions: this._tlsOptions,
395-
socketOptions: autoSelectSocketOptions(this._client.s.options
395+
socketOptions: autoSelectSocketOptions(this._client.s.options)
396396
});
397397

398398
return deserialize(await stateMachine.execute(this, context), {

0 commit comments

Comments
 (0)