Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ealmloff committed Feb 29, 2024
1 parent 7a8bf21 commit 4339665
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/virtual_dom.rs
Original file line number Diff line number Diff line change
Expand Up @@ -375,14 +375,14 @@ impl VirtualDom {
let Some(scope) = self.runtime.get_state(id) else {
return;
};

tracing::event!(
tracing::Level::TRACE,
"Marking scope {:?} ({}) as dirty",
id,
scope.name
);

self.dirty_scopes.insert(DirtyScope {
height: scope.height(),
id,
Expand Down

0 comments on commit 4339665

Please sign in to comment.