Skip to content

Commit

Permalink
Fix clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
wengxt authored and mokapsing committed Jun 13, 2024
1 parent 7110dc1 commit e8fdac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rimeaction.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class RimeOptionAction : public Action {
// This is used to save the option when we need to release the session.
virtual std::optional<std::string> snapshotOption(InputContext *ic) = 0;
// Return the label of current option.
virtual std::string optionLabel(InputContext* ic) = 0;
virtual std::string optionLabel(InputContext *ic) = 0;
// Check whether a option name belongs to the action.
virtual bool checkOptionName(std::string_view name) const = 0;
};
Expand Down

0 comments on commit e8fdac1

Please sign in to comment.