Skip to content

Commit 14161b7

Browse files
committed
Reformat setEngine signature for consistency
1 parent 7fe4325 commit 14161b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

4.0/node.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2505,7 +2505,7 @@ declare module "crypto" {
25052505
export function publicDecrypt(public_key: string | RsaKey, buffer: Buffer): Buffer;
25062506
export function privateDecrypt(private_key: string | RsaKey, buffer: Buffer): Buffer;
25072507

2508-
export function setEngine (engine: string, flags?: number): void;
2508+
export function setEngine(engine: string, flags?: number): void;
25092509
}
25102510

25112511
declare module "stream" {

0 commit comments

Comments
 (0)