1
0
Fork 0

Refactor code formatting for consistency and readability

pull/1882/head
Bassem Dghaidi 2024-11-27 05:58:22 -08:00 committed by GitHub
parent af3981c955
commit 35d87ab129
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 20 additions and 19 deletions

View File

@ -217,7 +217,8 @@ async function uploadChunk(
end: number
): Promise<void> {
core.debug(
`Uploading chunk of size ${end - start + 1
`Uploading chunk of size ${
end - start + 1
} bytes at offset ${start} with content range: ${getContentRange(
start,
end