mirror of
https://github.com/coder/code-server.git
synced 2026-05-30 00:49:32 +00: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