Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
redundant space
Browse files Browse the repository at this point in the history
  • Loading branch information
NikVolf committed Jun 30, 2016
1 parent eb56e74 commit 08048a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipc/tests/with_attrs.rs.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 08048a7

Please sign in to comment.