Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
o2sh committed Aug 20, 2022
1 parent 2a3d995 commit e0f122a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/info/info_field.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ impl From<&Vec<InfoField>> for InfoFieldOff {

for field in fields_to_hide.iter() {
match field {
InfoField::Title=> info_field_off.title= true,
InfoField::Title => info_field_off.title = true,
InfoField::Project => info_field_off.project = true,
InfoField::Head => info_field_off.head = true,
InfoField::Pending => info_field_off.pending = true,
Expand Down

0 comments on commit e0f122a

Please sign in to comment.