Skip to content

Commit 1727b50

Browse files
author
Stephan Dilly
committed
fix fmt
1 parent e16132c commit 1727b50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/queue.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
use crate::tabs::StashingOptions;
12
use bitflags::bitflags;
23
use std::{cell::RefCell, collections::VecDeque, rc::Rc};
3-
use crate::tabs::StashingOptions;
44

55
bitflags! {
66
/// flags defining what part of the app need to update

0 commit comments

Comments
 (0)