feat: cargo fmt

This commit is contained in:
daniel.w 2024-06-16 17:57:35 +08:00
parent 30fbd3dc37
commit 51da2eed19
5 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@ mod tests {
#[test]
fn test_first() {
let result: String = utils::first_utils::first::public_function();
let result: String = utils::first_utils::first::public_function();
assert!(result.contains("called public func `public_function()`"));
}
}