check-external-failed is a little wider
This commit is contained in:
parent
fceaefcfaf
commit
74218a8fff
|
@ -54,7 +54,7 @@ pub struct FmtInstruction<'a> {
|
||||||
|
|
||||||
impl<'a> fmt::Display for FmtInstruction<'a> {
|
impl<'a> fmt::Display for FmtInstruction<'a> {
|
||||||
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
|
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
|
||||||
const WIDTH: usize = 20;
|
const WIDTH: usize = 22;
|
||||||
|
|
||||||
match self.instruction {
|
match self.instruction {
|
||||||
Instruction::LoadLiteral { dst, lit } => {
|
Instruction::LoadLiteral { dst, lit } => {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user