We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a3d995 commit e0f122aCopy full SHA for e0f122a
src/info/info_field.rs
@@ -46,7 +46,7 @@ impl From<&Vec<InfoField>> for InfoFieldOff {
46
47
for field in fields_to_hide.iter() {
48
match field {
49
- InfoField::Title=> info_field_off.title= true,
+ InfoField::Title => info_field_off.title = true,
50
InfoField::Project => info_field_off.project = true,
51
InfoField::Head => info_field_off.head = true,
52
InfoField::Pending => info_field_off.pending = true,
0 commit comments