Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburns committed Jun 20, 2024
1 parent 014fef8 commit ee2a0fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dom/src/stylo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ impl crate::document::Document {
grid_column: taffy::Line {
start: stylo_to_taffy::grid_line(grid_column_start),
end: stylo_to_taffy::grid_line(grid_column_end),
}
},
};

node.display_outer = match stylo_display.outside() {
Expand Down

0 comments on commit ee2a0fa

Please sign in to comment.