make linter happy

This commit is contained in:
Jörg Breitbart
2018-12-04 19:11:39 +01:00
parent 66ec57b431
commit 18902dd789
+1 -1
View File
@@ -7,7 +7,7 @@ import { NULL_CELL_CODE, NULL_CELL_WIDTH, NULL_CELL_CHAR } from './Buffer';
/**
* Class representing a terminal line.
*
*
* @deprecated to be removed with one of the next releases
*/
export class BufferLineJSArray implements IBufferLine {