From 74218a8fff19b770ac2bb0a3c3a4749568a7f292 Mon Sep 17 00:00:00 2001 From: Devyn Cairns Date: Mon, 8 Jul 2024 18:51:46 -0700 Subject: [PATCH] check-external-failed is a little wider --- crates/nu-protocol/src/ir/display.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/nu-protocol/src/ir/display.rs b/crates/nu-protocol/src/ir/display.rs index 7c9e96dd45..20e9a1e6f8 100644 --- a/crates/nu-protocol/src/ir/display.rs +++ b/crates/nu-protocol/src/ir/display.rs @@ -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 } => {