mirror of
https://github.com/coder/code-server.git
synced 2026-05-08 05:17:27 +02:00
Remove block padding (blank lines)
Also made a rule for it.
This commit is contained in:
@@ -7,7 +7,6 @@ export interface IpcMessage {
|
||||
}
|
||||
|
||||
export class StdioIpcHandler extends EventEmitter {
|
||||
|
||||
private isListening: boolean = false;
|
||||
|
||||
public constructor(
|
||||
@@ -66,5 +65,4 @@ export class StdioIpcHandler extends EventEmitter {
|
||||
process.stdin.on("data", onData);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user