Skip to content

Commit

Permalink
chore: format change
Browse files Browse the repository at this point in the history
  • Loading branch information
lotem committed Oct 29, 2023
1 parent 383fa21 commit 66ffd52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/rime/gear/key_binder.cc
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ namespace rime {

enum KeyBindingCondition {
kNever,
kWhenPredicting, // showing prediction candidates
kWhenPaging, // user has changed page
kWhenHasMenu, // at least one candidate
kWhenPredicting, // showing prediction candidates
kWhenPaging, // user has changed page
kWhenHasMenu, // at least one candidate
kWhenComposing, // input string is not empty
kAlways,
};
Expand Down

0 comments on commit 66ffd52

Please sign in to comment.