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
No known key found for this signature in database
GPG Key ID: C09B64E263F7D68C
1 changed files with 1 additions and 1 deletions

View File

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