Skip to content

Commit 10dd1cd

Browse files
committed
Fixup: missing space
1 parent d08b0fb commit 10dd1cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/algorithms.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@
640640

641641
template<class I2, class F2>
642642
requires ConvertibleTo<const I&, I2> && ConvertibleTo<const F&, F2>
643-
operator for_each_result<I2,F2>() const & {
643+
operator for_each_result<I2, F2>() const & {
644644
return {in, fun};
645645
}
646646

0 commit comments

Comments
 (0)