does not pass

This commit is contained in:
Henry Schimke
2022-10-31 16:26:55 -05:00
parent 07fd7df850
commit e6ef49c4e5

View File

@@ -98,8 +98,7 @@ impl C40Encoder {
}
}
}
handleEOD(context, &mut buffer);
Ok(())
handleEOD(context, &mut buffer)
}
pub fn encodeMaximalC40(&self, context: &mut EncoderContext) {