summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDiego Barrios Romero <eldruin@gmail.com>2018-11-17 14:02:19 +0100
committerDiego Barrios Romero <eldruin@gmail.com>2018-11-17 14:02:19 +0100
commit1de0700f63b82e4c649ef0d73443946d74df5b05 (patch)
treebff8da8fa8051931495918867596c8f4a538b27f /tests
parent73d3f08cfbd6a4c07c66ab172c4ddbd6a7c14694 (diff)
downloadads1x1x-async-1de0700f63b82e4c649ef0d73443946d74df5b05.tar.gz
ads1x1x-async-1de0700f63b82e4c649ef0d73443946d74df5b05.tar.xz
ads1x1x-async-1de0700f63b82e4c649ef0d73443946d74df5b05.zip
Fix blanks
Diffstat (limited to 'tests')
-rw-r--r--tests/tier2_i2c.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tier2_i2c.rs b/tests/tier2_i2c.rs
index a3e3590..00eaad8 100644
--- a/tests/tier2_i2c.rs
+++ b/tests/tier2_i2c.rs
@@ -2,7 +2,7 @@ extern crate embedded_hal_mock as hal;
use hal::i2c::Transaction as I2cTrans;
extern crate ads1x1x;
use ads1x1x::{ FullScaleRange, ComparatorMode, ComparatorPolarity,
- ComparatorLatching, ComparatorQueue};
+ ComparatorLatching, ComparatorQueue };
#[macro_use]
mod common;