Skip to content

Commit

Permalink
format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 committed Oct 23, 2023
1 parent 195214a commit b880d48
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions mirrord/layer/tests/spawn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,7 @@ async fn node_spawn(dylib_path: &PathBuf) {
b"".to_vec()
};

intproxy
.answer_file_read(content)
.await;
intproxy.answer_file_read(content).await;
}
#[cfg(not(target_os = "macos"))]
FileRequest::Xstat(..) => {
Expand Down

0 comments on commit b880d48

Please sign in to comment.