Skip to content

corrected comment that hid the code snippet

Ghost User requested to merge (removed):Ryannnkl-main-patch-32320 into main

just a lack of comment closure

/* incorrect*
const foo = {clark: 'kent'};

/* correct */
const foo = { clark: 'kent' };

to

/* incorrect*/
const foo = {clark: 'kent'};

/* correct */
const foo = { clark: 'kent' };

Merge request reports