commit | 117cd5e0e6c6a046426d3ff40354095e1e7d4cae | [log] [tgz] |
---|---|---|
author | Andrew Walbran <qwandor@google.com> | Fri Aug 13 11:42:13 2021 +0000 |
committer | Jooyung Han <jooyung@google.com> | Tue Aug 17 10:07:30 2021 +0900 |
tree | 6c4781f8e04c057a244c3c84e7aa0665b5664185 | |
parent | 5817c77734db7cfada0c94ac90f4a01db35c35a9 [diff] [blame] |
Clean up imports, formatting and tests. Bug: n/a Test: atest libapkverify.test libapkverify.integration_test Change-Id: I39686d17927741297aa3feb02ed6043ee770933b
diff --git a/idsig/src/apksigv4.rs b/idsig/src/apksigv4.rs index 6f4603d..5f4e92a 100644 --- a/idsig/src/apksigv4.rs +++ b/idsig/src/apksigv4.rs
@@ -183,7 +183,7 @@ #[cfg(test)] mod tests { - use crate::apksigv4::*; + use super::*; use std::io::Cursor; fn hexstring_from(s: &[u8]) -> String {