mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-25 20:52:44 +01:00
Remove duplicated checks
This commit is contained in:
parent
1cc25a43b1
commit
1a63e6ca7a
@ -92,6 +92,6 @@ namespace Nikse.SubtitleEdit.Core.Forms.FixCommonErrors
|
||||
return s;
|
||||
}
|
||||
|
||||
private static bool IsSentenceEndingChar(char ch) => ch == '.' || ch == '!' || ch == '?' || ch == ')' || ch == ']' || ch == ']' || ch == '؟';
|
||||
private static bool IsSentenceEndingChar(char ch) => ch == '.' || ch == '!' || ch == '?' || ch == ')' || ch == ']' || ch == '؟';
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user