Skip to content

Commit d94c95c

Browse files
committed
Formmating.
1 parent 8312650 commit d94c95c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cli/src/command/host.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,11 @@ fn setup_crate(host_path: PathBuf, rev: Option<String>, tag: Option<String>) ->
133133
GUEST_TEMPLATE_CARGO_CONFIG,
134134
)?;
135135

136-
// guest/src/main.rs
137-
fs::write(guest_path.join("src/main.rs"), GUEST_TEMPLATE_SRC_MAIN)?;
138-
fs::write(guest_path.join("rust-toolchain.toml"), RUST_TOOLCHAIN)?;
136+
// guest/src/main.rs
137+
fs::write(guest_path.join("src/main.rs"), GUEST_TEMPLATE_SRC_MAIN)?;
138+
fs::write(guest_path.join("rust-toolchain.toml"), RUST_TOOLCHAIN)?;
139139

140-
Ok(())
140+
Ok(())
141141
}
142142

143143
macro_rules! host_examples_dir {

0 commit comments

Comments
 (0)