Skip to content

Commit 01775c0

Browse files
committed
format fixes
1 parent eec6287 commit 01775c0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/unique_resource.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
#include <beman/scope/scope.hpp>
66

77
constexpr size_t arr_size = 10;
8-
8+
//clang-format off
99
int main() {
10-
10+
1111
{
1212
// Allocate an array
1313
auto resource_ptr = beman::scope::unique_resource
@@ -29,3 +29,4 @@ int main() {
2929
std::cout << "After scope: \n";
3030

3131
}
32+
//clang-format on

0 commit comments

Comments
 (0)