Skip to content

Commit 07f9390

Browse files
authored
add missing semicolono (#1800)
1 parent 913633c commit 07f9390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/stdexec/__detail/__completion_signatures.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ namespace STDEXEC {
107107
[[noreturn, nodiscard]]
108108
consteval auto
109109
__throw_compile_time_error([[maybe_unused]] _Values... __values) -> completion_signatures<> {
110-
return
110+
return;
111111
}
112112
#endif // ^^^ constexpr exceptions ^^^
113113

0 commit comments

Comments
 (0)