Skip to content

Commit 172e878

Browse files
committed
{}
1 parent 96eb665 commit 172e878

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

service_template/src/greeting.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ std::string SayHelloTo(std::string_view name, UserType type) {
1919
}
2020

2121
UASSERT(false);
22+
return {};
2223
}
2324

2425
} // namespace service_template

0 commit comments

Comments
 (0)