clang format fix

This commit is contained in:
Arthur Tazhitdinov
2026-01-08 02:33:40 +05:00
parent 61d0e1cadf
commit 8822e83394
3 changed files with 1 additions and 3 deletions

View File

@@ -142,4 +142,3 @@ bool hasOnlyAlphabetic(const std::vector<CodepointInfo>& cps) {
}
return true;
}

View File

@@ -34,4 +34,3 @@ bool isExplicitHyphen(uint32_t cp);
bool isSoftHyphen(uint32_t cp);
void trimSurroundingPunctuation(std::vector<CodepointInfo>& cps);
bool hasOnlyAlphabetic(const std::vector<CodepointInfo>& cps);