mirror of
https://github.com/actions/toolkit.git
synced 2026-08-27 00:00:33 +02:00
Refactor code formatting for consistency and readability
This commit is contained in:
+2
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user