```lua do for _, item in -- comment call() do end end ``` ... gets formatted to ... ```lua do for _, item in -- comment call() do end end ```