Skip to content

Commit e0f122a

Browse files
committed
rustfmt
1 parent 2a3d995 commit e0f122a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/info/info_field.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ impl From<&Vec<InfoField>> for InfoFieldOff {
4646

4747
for field in fields_to_hide.iter() {
4848
match field {
49-
InfoField::Title=> info_field_off.title= true,
49+
InfoField::Title => info_field_off.title = true,
5050
InfoField::Project => info_field_off.project = true,
5151
InfoField::Head => info_field_off.head = true,
5252
InfoField::Pending => info_field_off.pending = true,

0 commit comments

Comments
 (0)