Swift-format has this really weird behavior of adding an "extra" space for inline comments:  from: ``` hello() // says hello ``` to ``` hello() // says hello ``` This is pretty weird and should not be happening.