Skip to content

Commit acf6c99

Browse files
committed
chroe(or_else): new line between type aliases and code
1 parent 1a26981 commit acf6c99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/beman/monadics/detail/or_else.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ class or_else_t {
3232
{
3333
using Traits = get_box_traits<Box>;
3434
using NewBox = decltype(invoke_with_error(std::forward<Op>(op).callable(key), std::forward<Box>(box)));
35+
3536
if (!Traits::has_value(box)) {
3637
return invoke_with_error(std::forward<Op>(op).callable(key), std::forward<Box>(box));
3738
}

0 commit comments

Comments
 (0)