@@ -135,7 +135,7 @@ pub fn fmt_file(contents: &str, indent: IndentOptions) -> Vec<FormattedBlock> {
pub fn write_block_out(body: &CallBody) -> Option<String> {
let mut buf = Writer::new("");
- write_body(&mut buf, &body);
+ write_body(&mut buf, body);
buf.consume()
}