diff options
author | Diego Barrios Romero <eldruin@gmail.com> | 2018-11-13 19:16:05 +0100 |
---|---|---|
committer | Diego Barrios Romero <eldruin@gmail.com> | 2018-11-13 19:16:05 +0100 |
commit | 37901aae9f637a043a3f8a315050169aacc1b293 (patch) | |
tree | 56501072a1104a77159ba54168a5c4de377140a9 /tests | |
parent | 27f09fc4766664723988241488cb68022dd57101 (diff) | |
download | ads1x1x-async-37901aae9f637a043a3f8a315050169aacc1b293.tar.gz ads1x1x-async-37901aae9f637a043a3f8a315050169aacc1b293.tar.xz ads1x1x-async-37901aae9f637a043a3f8a315050169aacc1b293.zip |
Remove unnecessary newline
Diffstat (limited to 'tests')
-rw-r--r-- | tests/construction.rs | 3 |
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) => { |