Skip to content

Commit 5e2c478

Browse files
committed
fix formatting
1 parent 3a5a227 commit 5e2c478

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

tests/beman/execution/exec-let.test.cpp

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,8 @@ auto test_let_value_allocator() -> void {
109109
}
110110

111111
auto test_let_value_env() -> void {
112-
ex::sync_wait(
113-
ex::just()
114-
| ex::let_value([]{ return ex::read_env(ex::get_scheduler); })
115-
| ex::then([](auto s){ static_assert(ex::scheduler<decltype(s)>); })
116-
);
112+
ex::sync_wait(ex::just() | ex::let_value([] { return ex::read_env(ex::get_scheduler); }) |
113+
ex::then([](auto s) { static_assert(ex::scheduler<decltype(s)>); }));
117114
}
118115
} // namespace
119116

0 commit comments

Comments
 (0)