redundant space

This commit is contained in:
NikVolf 2016-06-30 16:26:37 +03:00
parent eb56e74340
commit 08048a7377

View File

@ -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
}