`|` denotes the cursor position. expected result: ``` javascript someFunc(param1, param2, param3, param4); // press enter here | ``` currently: ``` javascript someFunc(param1, param2, param3, param4); // press enter here | ```