clang format fix
This commit is contained in:
@@ -142,4 +142,3 @@ bool hasOnlyAlphabetic(const std::vector<CodepointInfo>& cps) {
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user