Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
avevad committed May 16, 2024
1 parent 5dea1e1 commit 94d5e18
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1927,7 +1927,9 @@ class TYtNativeGateway : public IYtGateway {
canonPath.Ranges = normalizedPath.GetRanges();
rangeRes.Tables.push_back(std::move(canonPath));
}

SortBy(rangeRes.Tables, [] (const TCanonizedPath& path) { return path.Path; });

return rangeRes;
}

Expand Down Expand Up @@ -1992,7 +1994,6 @@ class TYtNativeGateway : public IYtGateway {
entry->RangeCache.emplace(std::move(cacheKey), std::move(cached));
}


SortBy(rangeRes.Tables, [] (const TCanonizedPath& path) { return path.Path; });

return rangeRes;
Expand Down

0 comments on commit 94d5e18

Please sign in to comment.