cargo fmt

This commit is contained in:
auronandace
2026-06-11 17:22:53 +01:00
parent 2e72022a26
commit e27345d93a
+1 -1
View File
@@ -14,7 +14,7 @@ impl ByteLiteral {
{
input.cast_unsigned()
}
},
}
_ => panic!("Not a printable ascii character!"),
}
}