Skip to content

Commit

Permalink
use order
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Dec 19, 2024
1 parent 868e29f commit 0040f7c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
7 changes: 4 additions & 3 deletions crates/viewer/re_component_ui/tests/test_all_components_ui.rs
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
#![allow(clippy::unwrap_used)]

use std::collections::HashSet;
use std::fmt::Formatter;
use std::fs;

use arrow::array::ArrayRef;
use egui::Vec2;
use egui_kittest::{SnapshotError, SnapshotOptions};
use itertools::Itertools;
use nohash_hasher::IntSet;
use std::collections::HashSet;
use std::fmt::Formatter;
use std::fs;

use re_component_ui::create_component_ui_registry;
use re_log_types::{EntityPath, Timeline};
Expand Down
9 changes: 5 additions & 4 deletions crates/viewer/re_viewer_context/src/test_context.rs
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
use std::sync::Arc;

use re_chunk_store::LatestAtQuery;
use re_entity_db::EntityDb;
use re_log_types::{StoreId, StoreKind};
use re_types_core::reflection::Reflection;

use crate::{
blueprint_timeline, command_channel, ApplicationSelectionState, CommandReceiver, CommandSender,
ComponentUiRegistry, ItemCollection, RecordingConfig, StoreContext, SystemCommand,
ViewClassRegistry, ViewerContext,
};
use re_chunk_store::LatestAtQuery;
use re_entity_db::EntityDb;
use re_log_types::{StoreId, StoreKind};
use re_types_core::reflection::Reflection;

/// Harness to execute code that rely on [`crate::ViewerContext`].
///
Expand Down

0 comments on commit 0040f7c

Please sign in to comment.