Skip to content

Commit 4ee813b

Browse files
authored
Update scope.test.cpp
add newline at end of file for CI
1 parent 853496d commit 4ee813b

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
@@ -41,4 +41,4 @@ TEST_CASE("Construct scope_success") {
4141
auto guard_exit4 = beman::scope::scope_success([] {});
4242

4343
REQUIRE(true);
44-
}
44+
}

0 commit comments

Comments
 (0)