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:
@@ -1,9 +1,7 @@
|
||||
class Watchdog {
|
||||
|
||||
public start(): void {
|
||||
// No action required.
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
export = new Watchdog();
|
||||
|
||||
Reference in New Issue
Block a user