Skip to content

Commit 9cbf0fa

Browse files
style: apply prettier formatting
1 parent e022392 commit 9cbf0fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/scenarios/server/sse-multiple-streams.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ export class ServerSSEMultipleStreamsScenario implements ClientScenario {
107107
);
108108

109109
// Count how many returned SSE streams vs JSON
110-
const sseStreams = contentTypes.filter(
111-
(ct) => ct?.includes('text/event-stream')
110+
const sseStreams = contentTypes.filter((ct) =>
111+
ct?.includes('text/event-stream')
112112
).length;
113113

114114
checks.push({

0 commit comments

Comments
 (0)