Skip to content

Commit 67135e2

Browse files
pre-commit-ci[bot]Alex-PLACET
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4c7ae7f commit 67135e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/sparrow/buffer/buffer.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,7 @@ namespace sparrow
10991099
{
11001100
const size_type diff_max = static_cast<size_type>(std::numeric_limits<difference_type>::max());
11011101
const size_type alloc_max = std::allocator_traits<allocator_type>::max_size(a);
1102-
return (std::min)(diff_max, alloc_max);
1102+
return (std::min) (diff_max, alloc_max);
11031103
}
11041104

11051105
template <class T>

0 commit comments

Comments
 (0)