mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-23 08:32:23 +03:00
Format Rust code using rustfmt
This commit is contained in:
parent
fb7e2a924a
commit
18bf868331
@ -789,4 +789,4 @@ fn make_error_message(our_name: String, km: &KernelMessage, error: FsError) -> K
|
||||
payload: None,
|
||||
signed_capabilities: None,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -225,7 +225,9 @@ async fn load_state_from_reboot(
|
||||
println!("vfs lsfr 4\r");
|
||||
}
|
||||
|
||||
async fn noop_future() -> Option<DriveToVfs> { None }
|
||||
async fn noop_future() -> Option<DriveToVfs> {
|
||||
None
|
||||
}
|
||||
|
||||
pub async fn vfs(
|
||||
our_node: String,
|
||||
@ -252,7 +254,8 @@ pub async fn vfs(
|
||||
&send_to_loop,
|
||||
&mut recv_from_loop,
|
||||
&mut drive_to_vfs,
|
||||
).await;
|
||||
)
|
||||
.await;
|
||||
|
||||
for vfs_message in vfs_messages {
|
||||
send_to_loop.send(vfs_message).await.unwrap();
|
||||
@ -1481,4 +1484,4 @@ async fn match_request(
|
||||
}
|
||||
}
|
||||
})
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user