Skip to content

Commit 1268bec

Browse files
committed
fix: formatting
1 parent 08585c0 commit 1268bec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/wasi-common/src/ctx.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ use std::sync::{Arc, Mutex};
1919
pub struct WasiCtx(Arc<WasiCtxInner>);
2020

2121
pub struct WasiCtxInner {
22-
pub args: StringArray,
23-
pub env: StringArray,
22+
pub args: StringArray,
23+
pub env: StringArray,
2424
// TODO: this mutex should not be necessary, it forces threads to serialize
2525
// their access to randomness unnecessarily
2626
// (https://github.com/bytecodealliance/wasmtime/issues/5660).

0 commit comments

Comments
 (0)