From 08048a7377123cf79fe37ed21046892f15961fa9 Mon Sep 17 00:00:00 2001 From: NikVolf Date: Thu, 30 Jun 2016 16:26:37 +0300 Subject: [PATCH] redundant space --- ipc/tests/with_attrs.rs.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipc/tests/with_attrs.rs.in b/ipc/tests/with_attrs.rs.in index c49ce9c7277..0168f3a7232 100644 --- a/ipc/tests/with_attrs.rs.in +++ b/ipc/tests/with_attrs.rs.in @@ -25,7 +25,7 @@ pub struct BadlyNamedService; #[derive(Ipc)] #[ipc(client_ident="PrettyNamedClient")] -impl BadlyNamedService { +impl BadlyNamedService { fn is_zero(&self, x: u64) -> bool { x == 0 }