refactor brackets to braces (#3005)
This commit is contained in:
@@ -975,7 +975,7 @@ function try_beautify(code, result, printfn) {
|
||||
mangle: false,
|
||||
output: {
|
||||
beautify: true,
|
||||
bracketize: true,
|
||||
braces: true,
|
||||
},
|
||||
});
|
||||
if (beautified.error) {
|
||||
|
||||
Reference in New Issue
Block a user