Skip to content

Commit 327c1cb

Browse files
committed
Run formatter
1 parent 9ae31c0 commit 327c1cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/functions/src/service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ async function streamAtURL(
508508
* @param resultRejecter Callback to reject with an error if encountered
509509
* @param signal Optional AbortSignal to cancel the stream processing
510510
* @returns A ReadableStream that emits decoded messages from the response
511-
*
511+
*
512512
* The returned ReadableStream:
513513
* 1. Emits individual messages when "message" data is received
514514
* 2. Resolves with the final result when a "result" message is received

0 commit comments

Comments
 (0)