From cb87c7a1127b6fa3e748687d9b5035a372a02f98 Mon Sep 17 00:00:00 2001 From: Zhongheng Liu Date: Tue, 18 Mar 2025 10:26:46 +0200 Subject: test: thing --- src/error.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/error.rs b/src/error.rs index f5309e1..41da7f5 100644 --- a/src/error.rs +++ b/src/error.rs @@ -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") } } -- cgit