Skip to content

Commit

Permalink
Satisfy linter
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikeForceZero committed May 13, 2024
1 parent 5be6e6e commit f70fd92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_ui/src/layout/ui_surface.rs
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ mod tests {
ui_surface: &UiSurface,
root_node_entity: Entity,
) -> Option<Entity> {
get_root_node_data(&ui_surface, root_node_entity)?.camera_entity
get_root_node_data(ui_surface, root_node_entity)?.camera_entity
}

/// Attempts to find the root node data corresponding to the given root node entity
Expand Down

0 comments on commit f70fd92

Please sign in to comment.