Skip to content

Commit f7097a5

Browse files
committed
fmt: cargo
1 parent a042fee commit f7097a5

File tree

1 file changed

+1
-2
lines changed
  • float-pigment-layout/src

1 file changed

+1
-2
lines changed

float-pigment-layout/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,7 @@ pub trait LayoutTreeVisitor<T: LayoutTreeNode> {
204204
///
205205
/// When `LayoutNode::mark_dirty` is called, some related nodes (e.g. the ancestors) are also marked dirty automatically.
206206
/// These calls tells which nodes are marked dirty.
207-
fn dirty_marked(&self) {
208-
}
207+
fn dirty_marked(&self) {}
209208
}
210209

211210
/// The styles of a tree node.

0 commit comments

Comments
 (0)