Skip to content

Commit 980a655

Browse files
lint
1 parent 34dc7fb commit 980a655

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ type MongoCryptConstructorOptions = {
5757
};
5858

5959
export interface MongoCryptConstructor {
60-
new(options: MongoCryptConstructorOptions): MongoCrypt;
60+
new (options: MongoCryptConstructorOptions): MongoCrypt;
6161
libmongocryptVersion: string;
6262
}
6363

@@ -119,6 +119,6 @@ export const MongoCrypt: MongoCryptConstructor = class MongoCrypt extends mc.Mon
119119

120120
/** exported for testing only. */
121121
interface MongoCryptContextCtor {
122-
new(): MongoCryptContext;
122+
new (): MongoCryptContext;
123123
}
124124
export const MongoCryptContextCtor: MongoCryptContextCtor = mc.MongoCryptContextCtor;

0 commit comments

Comments
 (0)