cargo fmt

This commit is contained in:
houseme
2025-06-06 15:30:27 +08:00
parent 3eaa3d68c7
commit 1f62c35846
18 changed files with 70 additions and 69 deletions
+1 -1
View File
@@ -24,4 +24,4 @@ impl StatusType {
pub fn is_empty(&self) -> bool {
matches!(self, StatusType::Pending) // Adjust this as needed
}
}
}
+1 -1
View File
@@ -1 +1 @@
pub mod datatypes;
pub mod datatypes;