mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
Format the codes
This commit is contained in:
parent
bedb26124d
commit
985bd7d23f
1 changed files with 1 additions and 4 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue