mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
fix fmt
This commit is contained in:
parent
e16132cfd0
commit
1727b50556
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
use crate::tabs::StashingOptions;
|
||||
use bitflags::bitflags;
|
||||
use std::{cell::RefCell, collections::VecDeque, rc::Rc};
|
||||
use crate::tabs::StashingOptions;
|
||||
|
||||
bitflags! {
|
||||
/// flags defining what part of the app need to update
|
||||
|
|
|
|||
Loading…
Reference in a new issue