Open Eliah-Lakhin opened 1 month ago
In the following code:
let x = fn() [1, 2, 3];
The formatter incorrectly removes the whitespace between the function definition and the array, resulting in:
let x = fn()[1, 2, 3];
In the following code:
The formatter incorrectly removes the whitespace between the function definition and the array, resulting in: