From 1de0700f63b82e4c649ef0d73443946d74df5b05 Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Sat, 17 Nov 2018 14:02:19 +0100 Subject: Fix blanks --- tests/tier2_i2c.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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; -- cgit v1.2.3-54-g00ecf