Skip to content

Commit cafe332

Browse files
committed
chore: fmtfix
1 parent 10c8905 commit cafe332

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

rust/catalyst-types/src/uuid/uuid_v7.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,8 @@ mod tests {
9090

9191
#[test]
9292
fn test_valid_uuid() {
93-
let valid_uuid = UuidV7::from(
94-
Uuid::try_parse("017f22e3-79b0-7cc7-98cf-e0bbf8a1c5f1").unwrap(),
95-
);
93+
let valid_uuid =
94+
UuidV7::from(Uuid::try_parse("017f22e3-79b0-7cc7-98cf-e0bbf8a1c5f1").unwrap());
9695
assert!(valid_uuid.is_valid(), "Valid UUID should be valid");
9796
}
9897

0 commit comments

Comments
 (0)