From 75491f41526512c4786b1cb3feea0bcf4ca124e1 Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Sun, 21 Apr 2024 07:42:17 -0700 Subject: [PATCH] Remove trailing whitespace --- typings/xterm.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typings/xterm.d.ts b/typings/xterm.d.ts index 8c92fec8..b6470275 100644 --- a/typings/xterm.d.ts +++ b/typings/xterm.d.ts @@ -52,7 +52,7 @@ declare module '@xterm/xterm' { * translation of `\n` to `\r\n` and this setting should not be used. If you * deal with data from a non-PTY related source, this settings might be * useful. - * + * * @see https://pubs.opengroup.org/onlinepubs/007904975/basedefs/termios.h.html */ convertEol?: boolean;