summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/construction.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/construction.rs b/tests/construction.rs
index 23520af..ba3a68f 100644
--- a/tests/construction.rs
+++ b/tests/construction.rs
@@ -6,8 +6,7 @@ extern crate embedded_hal_mock as hal;
mod common;
use common::{ new_ads1013, destroy_ads1013, new_ads1113, destroy_ads1113,
new_ads1014, destroy_ads1014, new_ads1114, destroy_ads1114,
- new_ads1015, destroy_ads1015, new_ads1115, destroy_ads1115
- };
+ new_ads1015, destroy_ads1015, new_ads1115, destroy_ads1115 };
macro_rules! impl_tests {
($IC:ident, $create:ident, $destroy:ident) => {