From da7362b8939dfa81f6f41100a725b2d11cc66daa Mon Sep 17 00:00:00 2001 From: Jasper Bekkers Date: Tue, 30 Aug 2022 16:15:07 +0200 Subject: [PATCH] fmt --- ndk-build/src/apk.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ndk-build/src/apk.rs b/ndk-build/src/apk.rs index 57de6c82..27e4950f 100644 --- a/ndk-build/src/apk.rs +++ b/ndk-build/src/apk.rs @@ -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")