Skip to content

Commit a7aad85

Browse files
committed
chore: better output
1 parent c6229c7 commit a7aad85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/specs/format.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export async function transformBundle({
126126
specMethod['x-codeSamples'].push({
127127
lang: 'cURL',
128128
label: 'curl',
129-
source: new HTTPSnippet(harRequest as HarRequest).convert('shell', 'curl', { indent: '\t' }),
129+
source: `${new HTTPSnippet(harRequest as HarRequest).convert('shell', 'curl')}`,
130130
});
131131
}
132132

0 commit comments

Comments
 (0)