mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
format: run rustfmt
This commit is contained in:
parent
a92787564b
commit
bd9ccd30e1
1 changed files with 11 additions and 7 deletions
|
|
@ -1,7 +1,11 @@
|
||||||
use serde::{Deserialize, Deserializer};
|
use serde::{Deserialize, Deserializer};
|
||||||
|
|
||||||
use super::Style;
|
use super::Style;
|
||||||
use crate::{theme::{Color, StyleShadow}, Pattern, preset::Preset};
|
use crate::{
|
||||||
|
preset::Preset,
|
||||||
|
theme::{Color, StyleShadow},
|
||||||
|
Pattern,
|
||||||
|
};
|
||||||
|
|
||||||
pub struct Icon {
|
pub struct Icon {
|
||||||
pub name: Pattern,
|
pub name: Pattern,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue