fix errant has_eci

This commit is contained in:
Henry Schimke
2023-04-24 18:16:48 -05:00
parent 483539a194
commit 31413b3044
3 changed files with 20 additions and 3 deletions

View File

@@ -51,6 +51,9 @@ where
pub fn with_eci_string_builder(src: ECIStringBuilder) -> Self {
let mut new_self = Self::default();
new_self.content = src;
new_self
}