mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-01-05 15:42:56 +08:00
Refactor code formatting for consistency and readability
This commit is contained in:
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…
x
Reference in New Issue
Block a user