Skip to content

Commit

Permalink
fix: Linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
angrezichatterbox committed Feb 3, 2025
1 parent 617414e commit 23c7d4c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/src/main/java/be/scri/services/RussianKeyboardIME.kt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,11 @@ class RussianKeyboardIME : GeneralKeyboardIME("Russian") {

KeyboardBase.KEYCODE_SPACE -> {
handleElseCondition(code, keyboardMode, binding = null)
updateAutoSuggestText(isPlural = checkIfPluralWord, nounTypeSuggestion = nounTypeSuggestion , caseAnnotationSuggestion = caseAnnotationSuggestion,)
updateAutoSuggestText(
isPlural = checkIfPluralWord,
nounTypeSuggestion = nounTypeSuggestion,
caseAnnotationSuggestion = caseAnnotationSuggestion,
)
}

else -> {
Expand Down

0 comments on commit 23c7d4c

Please sign in to comment.