fix(format): post trace sequences getting wrapped in curlies closes #781
This commit is contained in:
parent
ff462fa8ea
commit
8b62873ef5
|
@ -973,7 +973,7 @@ impl<'comments> Formatter<'comments> {
|
|||
} else {
|
||||
line()
|
||||
})
|
||||
.append(self.expr(then, false)),
|
||||
.append(self.expr(then, true)),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue