From 354b857bbe6ade6be2d9c7a1d5a60577606e8252 Mon Sep 17 00:00:00 2001 From: Bruno Ribeito Date: Mon, 6 Nov 2017 20:40:28 +0000 Subject: [PATCH] Fix spacing --- src/InputHandler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/InputHandler.ts b/src/InputHandler.ts index 1a284ab8..ee42a1a5 100644 --- a/src/InputHandler.ts +++ b/src/InputHandler.ts @@ -10,7 +10,7 @@ import { DEFAULT_CHARSET } from './Charsets'; import { CharData } from './Types'; import { CHAR_DATA_CHAR_INDEX, CHAR_DATA_WIDTH_INDEX } from './Buffer'; import { FLAGS } from './renderer/Types'; -import { wcwidth} from './CharWidth'; +import { wcwidth } from './CharWidth'; /** * The terminal's standard implementation of IInputHandler, this handles all