Skip to content

Commit

Permalink
Rustfmt fix.
Browse files Browse the repository at this point in the history
Signed-off-by: Ismo Puustinen <[email protected]>
  • Loading branch information
ipuustin committed May 5, 2023
1 parent c826a30 commit c3eac4f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/wasi-modules-for-testing/src/hello_world.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@ fn main() {
// test seccomp with.
let cwd = std::env::current_dir().unwrap();

println!("hello world, current working dir: {}", cwd.to_string_lossy());
println!(
"hello world, current working dir: {}",
cwd.to_string_lossy()
);
}

0 comments on commit c3eac4f

Please sign in to comment.