Skip to content

Commit 9403db7

Browse files
author
falsandtru
committed
Remove the trailing newline
1 parent 46aae26 commit 9403db7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

baselines/dom.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12963,4 +12963,4 @@ declare function addEventListener(type: "unload", listener: (ev: Event) => any,
1296312963
declare function addEventListener(type: "volumechange", listener: (ev: Event) => any, useCapture?: boolean): void;
1296412964
declare function addEventListener(type: "waiting", listener: (ev: Event) => any, useCapture?: boolean): void;
1296512965
declare function addEventListener(type: "wheel", listener: (ev: WheelEvent) => any, useCapture?: boolean): void;
12966-
declare function addEventListener(type: string, listener: EventListenerOrEventListenerObject, useCapture?: boolean): void;
12966+
declare function addEventListener(type: string, listener: EventListenerOrEventListenerObject, useCapture?: boolean): void;

baselines/webworker.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -990,4 +990,4 @@ declare function postMessage(data: any): void;
990990
declare var console: Console;
991991
declare function addEventListener(type: "error", listener: (ev: ErrorEvent) => any, useCapture?: boolean): void;
992992
declare function addEventListener(type: "message", listener: (ev: MessageEvent) => any, useCapture?: boolean): void;
993-
declare function addEventListener(type: string, listener: EventListenerOrEventListenerObject, useCapture?: boolean): void;
993+
declare function addEventListener(type: string, listener: EventListenerOrEventListenerObject, useCapture?: boolean): void;

0 commit comments

Comments
 (0)