Escaped space characters is not retained after code formatting operation.
Example
#Before format
"1" + ` + "1"
#After format
"1" + + "1"
PowerShell buildin tokenizer doesn't return escaped space characters(` ).
If this problem cause wrong formatting result case, it may need to fixed.