cargo fmt

This commit is contained in:
Henry Schimke
2022-12-17 18:47:54 -06:00
parent d9b0d46f71
commit 2a27b182c1
7 changed files with 675 additions and 580 deletions

View File

@@ -1241,7 +1241,7 @@ impl Edge {
if self.input.isECI(self.fromPosition)? {
return Ok(Self::getBytes2(
241,
self.input.getECIValue(self.fromPosition as usize)? as u32+ 1,
self.input.getECIValue(self.fromPosition as usize)? as u32 + 1,
));
} else if isExtendedASCII(
self.input.charAt(self.fromPosition as usize)?,