Skip to content

Commit 46bc9d2

Browse files
authored
Fix missing comma
1 parent e0e840b commit 46bc9d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎crates/wasmtime-cli/src/tcp.rs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ pub async fn handle_run(
8989
wrpc_transport::tcp::Client::from(import),
9090
(),
9191
*timeout,
92-
Some(vars)
92+
Some(vars),
9393
workload,
9494
)
9595
.await

0 commit comments

Comments
 (0)