Skip to content

Commit 9ea920e

Browse files
committed
lint
1 parent 0729c76 commit 9ea920e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rime/gear/ascii_composer.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ void AsciiComposer::LoadConfig(Schema* schema) {
178178
&good_old_caps_lock_);
179179
}
180180
}
181-
if (!config->GetBool("ascii_composer/save_ascii_mode_state",
181+
if (!config->GetBool("ascii_composer/save_ascii_mode_state",
182182
&save_ascii_mode_state_)) {
183183
if (preset_config) {
184184
preset_config->GetBool("ascii_composer/save_ascii_mode_state",

0 commit comments

Comments
 (0)