Format the codes

This commit is contained in:
Ayaz Hafiz 2022-10-26 15:27:29 -05:00
parent bedb26124d
commit 985bd7d23f
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -453,10 +453,7 @@ fn list_last() {
"Ok 3 : Result (Num *) [ListWasEmpty]",
);
expect_success(
"List.last []",
"Err ListWasEmpty : Result a [ListWasEmpty]",
);
expect_success("List.last []", "Err ListWasEmpty : Result a [ListWasEmpty]");
}
#[test]