I\'m trying to use syn to create an AST from a rust file and then using quote to write it to another. However, when I write it, it puts extra space
syn
quote