Unable to trim whitespace between a functions end and the return type. No setting in the formatter to deal with this.
current behavior:
public function doSomething(argument:*) : void {
expected behavior:
public function doSomething(argument:*):void {