File tree 2 files changed +6
-3
lines changed 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -214,7 +214,8 @@ pub fn filter_commit_by_search(
214
214
215
215
Ok ( msg_summary_match
216
216
|| msg_body_match
217
- || file_match || authors_match)
217
+ || file_match
218
+ || authors_match)
218
219
} ,
219
220
) )
220
221
}
Original file line number Diff line number Diff line change @@ -686,7 +686,8 @@ impl Status {
686
686
strings:: commands:: select_staging ( & self . key_config ) ,
687
687
!focus_on_diff,
688
688
( self . visible
689
- && !focus_on_diff && self . focus == Focus :: WorkDir )
689
+ && !focus_on_diff
690
+ && self . focus == Focus :: WorkDir )
690
691
|| force_all,
691
692
)
692
693
. order ( strings:: order:: NAV ) ,
@@ -696,7 +697,8 @@ impl Status {
696
697
strings:: commands:: select_unstaged ( & self . key_config ) ,
697
698
!focus_on_diff,
698
699
( self . visible
699
- && !focus_on_diff && self . focus == Focus :: Stage )
700
+ && !focus_on_diff
701
+ && self . focus == Focus :: Stage )
700
702
|| force_all,
701
703
)
702
704
. order ( strings:: order:: NAV ) ,
You can’t perform that action at this time.
0 commit comments