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