Skip to content

Commit

Permalink
Fix clang-format.
Browse files Browse the repository at this point in the history
  • Loading branch information
joka921 committed Jul 23, 2021
1 parent 13609ba commit 47dc4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index/StringSortComparator.h
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ class TripleComponentComparator {
std::string_view s, const Level level) const {
AD_CHECK(level == Level::PRIMARY)
auto transformed = extractAndTransformComparable(s, Level::PRIMARY);
// The `firstOriginalChar` is either " or < or @
// The `firstOriginalChar` is either " or < or @
AD_CHECK(static_cast<unsigned char>(transformed.firstOriginalChar) <
std::numeric_limits<unsigned char>::max())
if (transformed.transformedVal.get().empty()) {
Expand Down

0 comments on commit 47dc4dd

Please sign in to comment.