fix: correct indentation on codegen
This commit is contained in:
parent
f8bbf6613f
commit
aa4fedb71c
1 changed files with 3 additions and 1 deletions
|
|
@ -204,7 +204,9 @@ export const generateCode = (
|
|||
// Returns a string if valid, false if not
|
||||
new HTTPSnippet({
|
||||
...buildHarRequest(req),
|
||||
}).convert(codegenInfo.lang, codegenInfo.mode)
|
||||
}).convert(codegenInfo.lang, codegenInfo.mode, {
|
||||
indent: " ",
|
||||
})
|
||||
),
|
||||
|
||||
// Only allow string output to pass through, else none
|
||||
|
|
|
|||
Loading…
Reference in a new issue