Skip to content

Commit 5f9e9c5

Browse files
committed
test: fix clippy
1 parent 9f67e24 commit 5f9e9c5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

crates/libs/kill_tree/tests/test.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
use kill_tree;
21
use std::{process::Command, sync::mpsc, thread, time::Duration};
32

43
fn get_node_script_infinite() -> String {
5-
r#"
4+
r"
65
console.log('infinite. pid:', process.pid);
76
setInterval(() => {}, 1000);
8-
"#
7+
"
98
.to_string()
109
}
1110

0 commit comments

Comments
 (0)