Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
groverlynn committed Feb 2, 2024
1 parent 0729c76 commit 9ea920e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rime/gear/ascii_composer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ void AsciiComposer::LoadConfig(Schema* schema) {
&good_old_caps_lock_);
}
}
if (!config->GetBool("ascii_composer/save_ascii_mode_state",
if (!config->GetBool("ascii_composer/save_ascii_mode_state",
&save_ascii_mode_state_)) {
if (preset_config) {
preset_config->GetBool("ascii_composer/save_ascii_mode_state",
Expand Down

0 comments on commit 9ea920e

Please sign in to comment.