Skip to content

Commit ccbc2bd

Browse files
committed
make fmt happy
1 parent 41237ae commit ccbc2bd

File tree

1 file changed

+4
-1
lines changed
  • wasm/light-client-db-worker/src

1 file changed

+4
-1
lines changed

wasm/light-client-db-worker/src/lib.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,10 @@ pub async fn main_loop(log_level: &str) {
168168
Some(store),
169169
)
170170
.await;
171-
log::trace!("db command result at filter map: {:?}", db_result);
171+
log::trace!(
172+
"db command result at filter map: {:?}",
173+
db_result
174+
);
172175
input_i32_arr.set_index(0, InputCommand::Waiting as i32);
173176
match db_result {
174177
Ok(o) => write_command_with_payload(

0 commit comments

Comments
 (0)