Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
wusatosi committed Feb 7, 2025
1 parent cc8f4bd commit 7bf9fb0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions examples/unique_resource_example.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

int main()
{}
int main() {}
1 change: 0 additions & 1 deletion include/beman/scope/scope.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ namespace beman::scope {
// template <typename R, typename D>
// unique_resource(R, D) -> unique_resource<R, D>;


// TODO: Implement
struct scope_exit {
template <typename F>
Expand Down

0 comments on commit 7bf9fb0

Please sign in to comment.