mirror of https://github.com/actions/toolkit
Refactor code formatting for consistency and readability
parent
af3981c955
commit
35d87ab129
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue