check-external-failed is a little wider

This commit is contained in:
Devyn Cairns 2024-07-08 18:51:46 -07:00
parent fceaefcfaf
commit 74218a8fff

View File

@ -54,7 +54,7 @@ pub struct FmtInstruction<'a> {
impl<'a> fmt::Display for FmtInstruction<'a> {
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
const WIDTH: usize = 20;
const WIDTH: usize = 22;
match self.instruction {
Instruction::LoadLiteral { dst, lit } => {