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:
@@ -32,7 +32,6 @@ interface IEntry {
|
||||
* Handles file uploads.
|
||||
*/
|
||||
export class Upload {
|
||||
|
||||
private readonly maxParallelUploads = 100;
|
||||
private readonly readSize = 32000; // ~32kb max while reading in the file.
|
||||
private readonly packetSize = 32000; // ~32kb max when writing.
|
||||
@@ -353,7 +352,6 @@ export class Upload {
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// Global instance.
|
||||
|
||||
Reference in New Issue
Block a user