Parenthesize statement argument when on a different line
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
function foo(l) {
|
||||
return l;}
|
||||
return (
|
||||
l);}
|
||||
|
||||
Reference in New Issue
Block a user