Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sowbug committed Sep 19, 2023
1 parent 0c44bb6 commit 7c0375e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/panels/legacy/thing_browser.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Copyright (c) 2023 Mike Tsao. All rights reserved.

use crate::panels::Preferences;
use crossbeam_channel::{Receiver, Sender};
use eframe::egui::{CollapsingHeader, Ui};
use groove_orchestration::Orchestrator;
Expand All @@ -10,8 +11,6 @@ use std::{
sync::{Arc, Mutex},
};

use crate::panels::Preferences;

/// The browser provides updates to the app through [EntityBrowserEvent] messages.
#[derive(Debug)]
pub enum EntityBrowserEvent {
Expand Down

0 comments on commit 7c0375e

Please sign in to comment.