feat: cargo fmt
This commit is contained in:
parent
30fbd3dc37
commit
51da2eed19
|
@ -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()`"));
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue