blob: ce6c79c6c687b0ca536efeaa747289c6f57d36f3 [file] [log] [blame]
40 columns |
>>> do not split after "("
doSomethingWithFn((argument) => functionBodyTooLong());
<<<
doSomethingWithFn((argument) =>
functionBodyTooLong());