You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code should have looked like this after beautification:
/*Adjust the code to look how you prefer the output to be.*/
let test = {
a: {},
b: {
a: async () => {
console.log('a');
},
b: async () => {
console.log('b');
},
}
};
Environment
Browser User Agent:
Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36
Description
Input
The code looked like this before beautification:
Current Output
The code actually looked like this after beautification:
Expected Output
The code should have looked like this after beautification:
Environment
Browser User Agent:
Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36
Language Selected:
Auto Detect
Settings
Example:
The text was updated successfully, but these errors were encountered: