Skip to content

Commit

Permalink
Task plusMinus are fixed (Attempt Kotlin-Polytech#2).
Browse files Browse the repository at this point in the history
  • Loading branch information
Iksburg committed Nov 9, 2020
1 parent 36a72eb commit a795f53
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/lesson7/task1/Files.kt
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ fun sibilants(inputName: String, outputName: String) {
"И"
} else {
"и"

}
}
if ((listOf('ж', 'ч', 'ш', 'щ').contains(line[i]) || listOf('Ж', 'Ч', 'Ш', 'Щ').contains(line[i]))
Expand All @@ -137,7 +136,6 @@ fun sibilants(inputName: String, outputName: String) {
"А"
} else {
"а"

}
}
if ((listOf('ж', 'ч', 'ш', 'щ').contains(line[i]) || listOf('Ж', 'Ч', 'Ш', 'Щ').contains(line[i]))
Expand All @@ -147,7 +145,6 @@ fun sibilants(inputName: String, outputName: String) {
"У"
} else {
"у"

}
}
if (wrongCharacter != null) {
Expand Down

0 comments on commit a795f53

Please sign in to comment.