1
0
Fork 0

Fix lint issues

pull/1353/head
Lovepreet Singh 2023-02-20 13:33:16 +00:00
parent 1d1d5456e3
commit 83dffb7746
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ export async function getCompressionMethod(): Promise<CompressionMethod> {
if (versionOutput === '' || version === null) { if (versionOutput === '' || version === null) {
// zstd is not installed // zstd is not installed
return CompressionMethod.Gzip return CompressionMethod.Gzip
} else{ } else {
return CompressionMethod.ZstdWithoutLong return CompressionMethod.ZstdWithoutLong
} }
} }