Skip to content

Commit 848a996

Browse files
committed
Remove trailing white space
1 parent b573b9d commit 848a996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/cpp2util.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ struct lambda_wrapper {
645645
F f;
646646
Capture capture;
647647

648-
constexpr lambda_wrapper(F f, Capture capture = {})
648+
constexpr lambda_wrapper(F f, Capture capture = {})
649649
: f{f}, capture{capture} {}
650650

651651
template <typename X>

0 commit comments

Comments
 (0)