mirror of
https://github.com/OMGeeky/tarpc.git
synced 2025-12-29 23:55:59 +01:00
Remove some stupid whitespace
This commit is contained in:
@@ -47,7 +47,7 @@ macro_rules! rpc_service {
|
||||
fn $fn_name(&self, $($arg:$in_),*) -> $out;
|
||||
)*
|
||||
}
|
||||
|
||||
|
||||
#[allow(non_camel_case_types)]
|
||||
#[derive(Debug, Serialize, Deserialize)]
|
||||
enum Request {
|
||||
|
||||
Reference in New Issue
Block a user