Skip to content

Commit 4bf16e1

Browse files
committed
added a missing newline at the end of the file
1 parent 1ddd6fb commit 4bf16e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/beman/execution/issue-186.test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ int main() {
3131
| ex::let_value([](move_only_type v) noexcept { return ex::just(v.val * 3); }); // move_only_type
3232
auto [ret2] = ex::sync_wait(std::move(snd2)).value();
3333
assert(ret2 == 6);
34-
}
34+
}

0 commit comments

Comments
 (0)