Skip to content

Commit f730bb1

Browse files
committed
Make clippy happy
1 parent ea145cd commit f730bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

standalone/node/src/service.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ pub fn new_partial(
186186
})
187187
.transpose()?;
188188

189-
let executor = sc_service::new_wasm_executor(&config);
189+
let executor = sc_service::new_wasm_executor(config);
190190

191191
let (client, backend, keystore_container, task_manager) =
192192
sc_service::new_full_parts::<Block, RuntimeApi, _>(

0 commit comments

Comments
 (0)