Skip to content

Commit c6d8226

Browse files
Update tests/beman/scope/scope.test.cpp
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cd7c269 commit c6d8226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/beman/scope/scope.test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ TEST_CASE("Construct scope_fail") {
2727
// beman::scope::scope_fail guard_exit2 = [] {};
2828
// beman::scope::scope_fail guard_exit3 = {[] {}};
2929

30-
auto guard_exit4 = beman::scope::scope_fail([](){});
30+
auto guard_exit4 = beman::scope::scope_fail([]() {});
3131

3232
REQUIRE(true);
3333
}

0 commit comments

Comments
 (0)