mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-23 00:21:38 +03:00
Format Rust code using rustfmt
This commit is contained in:
parent
384760b23c
commit
04b1ad043d
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user