mirror of
https://github.com/coder/code-server.git
synced 2026-05-12 23:37:25 +02:00
Remove block padding (blank lines)
Also made a rule for it.
This commit is contained in:
@@ -2,7 +2,6 @@ import * as iconv from "../../node_modules/iconv-lite";
|
||||
import { Transform, TransformCallback } from "stream";
|
||||
|
||||
class IconvLiteDecoderStream extends Transform {
|
||||
|
||||
// tslint:disable-next-line no-any
|
||||
private conv: any;
|
||||
private encoding: string;
|
||||
|
||||
Reference in New Issue
Block a user