Skip to content

Commit 5160c37

Browse files
committed
format
1 parent d5c2d6e commit 5160c37

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/src/indexer/no_code.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -213,10 +213,7 @@ fn no_code_callback(params: Arc<NoCodeCallbackParams>) -> EventCallbacks {
213213
if event_length == 0 {
214214
debug!(
215215
"{} {}: {} - {}",
216-
params.indexer_name,
217-
params.contract_name,
218-
params.event_info.name,
219-
"NO EVENTS"
216+
params.indexer_name, params.contract_name, params.event_info.name, "NO EVENTS"
220217
);
221218

222219
return Ok(());

0 commit comments

Comments
 (0)