Fix style issues for online punctuation source files (#1225)

This commit is contained in:
Fangjun Kuang
2024-08-06 17:43:24 +08:00
committed by GitHub
parent 1414e4dc61
commit 375c055ff8
10 changed files with 137 additions and 123 deletions

View File

@@ -40,8 +40,7 @@ class OnlinePunctuation {
explicit OnlinePunctuation(const OnlinePunctuationConfig &config);
#if __ANDROID_API__ >= 9
OnlinePunctuation(AAssetManager *mgr,
const OnlinePunctuationConfig &config);
OnlinePunctuation(AAssetManager *mgr, const OnlinePunctuationConfig &config);
#endif
~OnlinePunctuation();