We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e85beaf commit 92c26ffCopy full SHA for 92c26ff
1 file changed
src/unparser.rs
@@ -875,7 +875,6 @@ impl Unparser {
875
}
876
877
fn unparse_expr_formatted_value(&mut self, node: &ExprFormattedValue<TextRange>) {
878
- // TODO
879
self.write_str("{");
880
let mut inner_unparser = Unparser::new();
881
inner_unparser.unparse_expr(&node.value);
0 commit comments