Skip to content

Commit

Permalink
apply fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonbrad committed May 2, 2023
1 parent 8ed2c44 commit 3395f47
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions clafrica-lib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -308,11 +308,7 @@ mod tests {
'2', 'a', '2', 'a', '_'
);
assert_eq!(
cursor
.to_path()
.into_iter()
.flatten()
.collect::<Vec<_>>(),
cursor.to_path().into_iter().flatten().collect::<Vec<_>>(),
vec!["íá", "á̠"]
);

Expand Down

0 comments on commit 3395f47

Please sign in to comment.