mirror of
https://github.com/coder/code-server.git
synced 2026-06-22 01:47:10 +02:00
Remove block padding (blank lines)
Also made a rule for it.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
class NativeKeymap {
|
||||
|
||||
public getCurrentKeyboardLayout(): null {
|
||||
return null;
|
||||
}
|
||||
@@ -7,7 +6,6 @@ class NativeKeymap {
|
||||
public getKeyMap(): undefined[] {
|
||||
return [];
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
export = new NativeKeymap();
|
||||
|
||||
Reference in New Issue
Block a user