diff --git a/src/commands.rs b/src/commands.rs index d87acf1..fda1135 100644 --- a/src/commands.rs +++ b/src/commands.rs @@ -249,10 +249,7 @@ fn handle_modify( let output = &"\n" .to_string() .add( - buf - // Use " as used in original file - .replace("\"", """) - .as_str(), + buf.as_str(), ); match outputfile {