Skip to content

Commit

Permalink
more fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
crystalin committed Sep 28, 2023
1 parent ed662e6 commit a7be8f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/client/executor/src/wasm_runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ pub fn precompile_and_serialize_versioned_wasm_runtime<'c>(
wasmtime_precompiled_path: &Path,
) -> Result<(), WasmError> {
let semantics = match wasm_method {
WasmExecutionMethod::Compiled { instantiation_strategy } =>
WasmExecutionMethod::Compiled { instantiation_strategy } =>
sc_executor_wasmtime::Semantics {
heap_alloc_strategy,
instantiation_strategy,
Expand Down

0 comments on commit a7be8f5

Please sign in to comment.