From 198613a854f9e949e646c4c7ba7bdb117493653a Mon Sep 17 00:00:00 2001 From: NikVolf Date: Tue, 29 Mar 2016 22:40:38 +0300 Subject: [PATCH] redundant tab --- ipc/tests/service.rs.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipc/tests/service.rs.in b/ipc/tests/service.rs.in index 9439e6508..7cb47cda6 100644 --- a/ipc/tests/service.rs.in +++ b/ipc/tests/service.rs.in @@ -36,7 +36,7 @@ impl Service { } } - impl Service { +impl Service { pub fn new() -> Service { Service { commits: RwLock::new(0usize),