Skip to content

Commit c48557c

Browse files
committed
cargo fmt
1 parent 1895130 commit c48557c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/main.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ fn main() {
1313
.arg("libinput")
1414
.arg("debug-events")
1515
.stdout(Stdio::piped())
16-
.spawn().expect("can not exec libinput")
17-
.stdout.expect("libinput has no stdout");
16+
.spawn()
17+
.expect("can not exec libinput")
18+
.stdout
19+
.expect("libinput has no stdout");
1820

1921
let xdo = XDo::new(None).expect("can not initialize libxdo");
2022

0 commit comments

Comments
 (0)