Skip to content

Commit 0752d50

Browse files
ci(pre-commit): autofix
1 parent dade6a1 commit 0752d50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

common/interpolation/include/interpolation/interpolation_utils.hpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ inline void validateKeys(
6868
// when size of vectors are less than 2
6969
if (query_keys.size() < 2) {
7070
throw std::invalid_argument(
71-
"The size of points is less than 2. query_keys.size() = " + std::to_string(query_keys.size()));
71+
"The size of points is less than 2. query_keys.size() = " +
72+
std::to_string(query_keys.size()));
7273
}
7374

7475
// when indices are not sorted

0 commit comments

Comments
 (0)