Skip to content

Commit 5413e20

Browse files
committed
fix: clippy
1 parent a852710 commit 5413e20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/tree.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1668,7 +1668,7 @@ fn basic() {
16681668

16691669
assert_eq!(
16701670
format!("{:?}", &tree.node),
1671-
r#"
1671+
r"
16721672
/ •0
16731673
├── api/
16741674
│ └── + •13
@@ -1702,7 +1702,7 @@ fn basic() {
17021702
│ └── : •9
17031703
├── : •11
17041704
└── ** •12
1705-
"#
1705+
"
17061706
);
17071707

17081708
let (h, p) = tree.find("/").unwrap();

0 commit comments

Comments
 (0)