fix(format): post trace sequences getting wrapped in curlies closes #781

This commit is contained in:
rvcas
2024-01-09 22:39:55 -05:00
parent ff462fa8ea
commit 8b62873ef5

View File

@@ -973,7 +973,7 @@ impl<'comments> Formatter<'comments> {
} else {
line()
})
.append(self.expr(then, false)),
.append(self.expr(then, true)),
}
}