Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasper-Bekkers committed Aug 30, 2022
1 parent 95e62a2 commit da7362b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ndk-build/src/apk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,8 @@ impl Apk {

println!("Launched with PID {}", pid);

let _handle = self.shell(&device_name)?
let _handle = self
.shell(&device_name)?
.arg("logcat")
.arg("-v")
.arg("color")
Expand Down

0 comments on commit da7362b

Please sign in to comment.