Skip to content

Commit 26cda84

Browse files
authored
Merge pull request #3295 from xtermjs/Tyriar-patch-1
Fix whitespace
2 parents 95fcf2f + 985040e commit 26cda84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typings/xterm.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ declare module 'xterm' {
713713
* Adds an event listener for when the bell is triggered.
714714
* @returns an `IDisposable` to stop listening.
715715
*/
716-
onBell: IEvent<void>;
716+
onBell: IEvent<void>;
717717

718718
/**
719719
* Unfocus the terminal.

0 commit comments

Comments
 (0)