test: thing

This commit is contained in:
Zhongheng Liu 2025-03-18 10:26:46 +02:00
commit cb87c7a112
Signed by: steven
GPG key ID: 805A28B071DAD84B

View file

@ -13,6 +13,6 @@ pub struct MatrixSetValueError;
impl Error for MatrixSetValueError {}
impl Display for MatrixSetValueError {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
write!(f, "Matrix set value error")
write!(f, "Matrix set value err")
}
}