redundant space
This commit is contained in:
parent
eb56e74340
commit
08048a7377
@ -25,7 +25,7 @@ pub struct BadlyNamedService;
|
|||||||
|
|
||||||
#[derive(Ipc)]
|
#[derive(Ipc)]
|
||||||
#[ipc(client_ident="PrettyNamedClient")]
|
#[ipc(client_ident="PrettyNamedClient")]
|
||||||
impl BadlyNamedService {
|
impl BadlyNamedService {
|
||||||
fn is_zero(&self, x: u64) -> bool {
|
fn is_zero(&self, x: u64) -> bool {
|
||||||
x == 0
|
x == 0
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user