Skip to content

Commit 619605d

Browse files
ci(pre-commit): autofix
1 parent f674ff2 commit 619605d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/interpolation/include/interpolation/interpolation_utils.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ inline void validateKeys(
7070
throw std::invalid_argument(
7171
"The size of points is less than 2. base_keys.size() = " + std::to_string(query_keys.size()));
7272
}
73-
73+
7474
// when indices are not sorted
7575
if (!isIncreasing(base_keys) || !isNotDecreasing(query_keys)) {
7676
throw std::invalid_argument("Either base_keys or query_keys is not sorted.");

0 commit comments

Comments
 (0)