Added line break
This commit is contained in:
+2
-1
@@ -126,7 +126,8 @@ add 2 3
|
||||
// good
|
||||
const x = myFunction (otherFunc ("Hi")) (3);
|
||||
|
||||
// good (such line breaks (compare to above) are usually needed either because of readability or because the line would be too long otherwise)
|
||||
// good (such line breaks (compare to above) are usually needed either because of readability
|
||||
// or because the line would be too long otherwise)
|
||||
const x = myFunction (otherFunc ("Hi"))
|
||||
(3);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user