diff --git a/crates/re_types/definitions/rerun/blueprint/auto_space_views.fbs b/crates/re_types/definitions/rerun/blueprint/auto_space_views.fbs index b820b30e2abe6..2ad9bcd27aafa 100644 --- a/crates/re_types/definitions/rerun/blueprint/auto_space_views.fbs +++ b/crates/re_types/definitions/rerun/blueprint/auto_space_views.fbs @@ -21,4 +21,3 @@ struct AutoSpaceViews ( ) { enabled: bool (order: 100); } - diff --git a/crates/re_types/definitions/rerun/blueprint/panel_view.fbs b/crates/re_types/definitions/rerun/blueprint/panel_view.fbs index 5121d757b3f44..a98f56b2edcc3 100644 --- a/crates/re_types/definitions/rerun/blueprint/panel_view.fbs +++ b/crates/re_types/definitions/rerun/blueprint/panel_view.fbs @@ -18,4 +18,3 @@ struct PanelView ( ) { is_expanded: bool (order: 100); } -