From 77a00ce1fb4ae2523e22b9b84ae09a0200502e38 Mon Sep 17 00:00:00 2001 From: Leo K Date: Tue, 5 Oct 2021 22:38:27 +0200 Subject: chore: various op cleanup (#12329) --- runtime/ops/fs.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/ops/fs.rs') diff --git a/runtime/ops/fs.rs b/runtime/ops/fs.rs index 819f3f3ac..3ae3bf0f0 100644 --- a/runtime/ops/fs.rs +++ b/runtime/ops/fs.rs @@ -1769,7 +1769,7 @@ async fn op_utime_async( .unwrap() } -fn op_cwd(state: &mut OpState, _args: (), _: ()) -> Result { +fn op_cwd(state: &mut OpState, _: (), _: ()) -> Result { let path = current_dir()?; state .borrow_mut::() -- cgit v1.2.3