Skip to content

Commit

Permalink
Update apps/settings/sub_menu/code_options_controller.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Yaya-Cout <[email protected]>
  • Loading branch information
cartoone222 and Yaya-Cout committed Jun 18, 2024
1 parent 7604142 commit c95c3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/settings/sub_menu/code_options_controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ HighlightCell * CodeOptionsController::reusableCell(int index, int type) {
}
else if (index == 1) {
return &m_switchCellAutoCompletion;
}else if (index == 2){
}else if (index == 2) {
return &m_switchCellSyntaxHighlighting;
}
return &m_switchCellClearshiftlock;
Expand Down

0 comments on commit c95c3e2

Please sign in to comment.