mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-01-03 12:52:55 +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
|
||||
): 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…
x
Reference in New Issue
Block a user