Skip to content

Commit c384e63

Browse files
Update include/beman/scope/scope.hpp
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent eea8478 commit c384e63

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

include/beman/scope/scope.hpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,10 +185,7 @@ concept HasStaticRelease = requires {
185185

186186
// --- Enum ---
187187

188-
enum class exception_during_construction_behaviour {
189-
dont_invoke_exit_func,
190-
invoke_exit_func
191-
};
188+
enum class exception_during_construction_behaviour { dont_invoke_exit_func, invoke_exit_func };
192189

193190
//==================================================================================================
194191

0 commit comments

Comments
 (0)