From 37901aae9f637a043a3f8a315050169aacc1b293 Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Tue, 13 Nov 2018 19:16:05 +0100 Subject: Remove unnecessary newline --- tests/construction.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests') 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) => { -- cgit v1.2.3-54-g00ecf