Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Romsters committed Dec 17, 2024
1 parent 1610c9c commit 38fffb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/src/console_log.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ impl ConsoleLogHandler {
self.handle_call_recursive(call, &mut messages);
}

if messages.len() > 0 {
if !messages.is_empty() {
tracing::info!("");
tracing::info!("==== Console logs: ");
}
Expand Down

0 comments on commit 38fffb8

Please sign in to comment.