Skip to content

Commit 92c26ff

Browse files
committed
remove unused todo
1 parent e85beaf commit 92c26ff

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/unparser.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,6 @@ impl Unparser {
875875
}
876876

877877
fn unparse_expr_formatted_value(&mut self, node: &ExprFormattedValue<TextRange>) {
878-
// TODO
879878
self.write_str("{");
880879
let mut inner_unparser = Unparser::new();
881880
inner_unparser.unparse_expr(&node.value);

0 commit comments

Comments
 (0)