Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mbwilding committed Dec 23, 2023
1 parent cf883f2 commit 7f83b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dygma-layer-switcher/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ use crate::helpers::remove_opt_index;
use crate::structs::*;
use crate::templates::*;
use crate::verbiage;
use dygma_focus::prelude::*;
use eframe::egui::{
CentralPanel, CollapsingHeader, Context, DragValue, ScrollArea, TopBottomPanel,
};
use eframe::{egui, Frame, Storage};
use lazy_static::lazy_static;
use log::{trace, warn};
use std::sync::{Arc, Mutex};
use dygma_focus::prelude::*;

pub const MAX_LAYERS: u8 = 10;

Expand Down

0 comments on commit 7f83b24

Please sign in to comment.