Skip to content

Commit 7bb279d

Browse files
author
Naohiro Yoshida
committed
fix clippy
1 parent 4c1f4d2 commit 7bb279d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/host/single/local_kv.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ impl KeyValueStore for LocalKeyValueStore {
4444
None => {
4545
tracing::error!("L1 chain config is not provided in derivation request");
4646
None
47-
},
47+
}
4848
Some(l1_chain_config) => {
4949
let serialized = serde_json::to_vec(&l1_chain_config).ok()?;
5050
Some(serialized)

0 commit comments

Comments
 (0)