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
|
end: number
|
||||||
): Promise<void> {
|
): Promise<void> {
|
||||||
core.debug(
|
core.debug(
|
||||||
`Uploading chunk of size ${end - start + 1
|
`Uploading chunk of size ${
|
||||||
|
end - start + 1
|
||||||
} bytes at offset ${start} with content range: ${getContentRange(
|
} bytes at offset ${start} with content range: ${getContentRange(
|
||||||
start,
|
start,
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue