Skip to content

Commit 0b368ae

Browse files
kimono-koansRenjiSann
authored andcommitted
Fix lints
1 parent 6f69e13 commit 0b368ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/by-util/test_ls.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6185,7 +6185,7 @@ fn test_acl_display_symlink() {
61856185

61866186
let first = iter.next().unwrap();
61876187

6188-
assert!(iter.all(|i| i == first))
6188+
assert!(iter.all(|i| i == first));
61896189
}
61906190

61916191
#[test]

0 commit comments

Comments
 (0)