Fix lint issues
This commit is contained in:
+1
-1
@@ -102,7 +102,7 @@ export async function getCompressionMethod(): Promise<CompressionMethod> {
|
||||
if (versionOutput === '' || version === null) {
|
||||
// zstd is not installed
|
||||
return CompressionMethod.Gzip
|
||||
} else{
|
||||
} else {
|
||||
return CompressionMethod.ZstdWithoutLong
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user