Skip to content

Commit

Permalink
chore(screenshot): increment identation for json
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed May 28, 2024
1 parent b46f727 commit f07f134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/screenshot/src/pretty/html.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const compactJSON = payload => {
return truncate(value, JSON_MAX_LENGTH)
})

const SPACE = 2
const SPACE = 4
const SPACE_IDENTATION = ' '.repeat(SPACE)

return (
Expand Down

0 comments on commit f07f134

Please sign in to comment.