From 23dd3d7a67abad1cc3d5bf1167456cb57f4af27d Mon Sep 17 00:00:00 2001 From: t-amqi Date: Mon, 24 Jul 2017 13:41:24 -0700 Subject: [PATCH] Fix indentation --- src/InputHandler.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/InputHandler.ts b/src/InputHandler.ts index 7cad6f0..449a939 100644 --- a/src/InputHandler.ts +++ b/src/InputHandler.ts @@ -132,11 +132,11 @@ export class InputHandler implements IInputHandler { if (this._terminal.buffer.x >= this._terminal.cols) { this._terminal.buffer.x--; } - /** - * This event is emitted whenever the terminal outputs a LF or NL. - * - * @event lineFeed - */ + /** + * This event is emitted whenever the terminal outputs a LF or NL. + * + * @event lineFeed + */ this._terminal.emit('lineFeed'); } -- 2.39.2