Skip to content

Commit 0f3621b

Browse files
committed
Remove unnecessary ';'
1 parent c3f30ba commit 0f3621b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/core/src/ecflow/core/Version.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ std::string Version::patch() {
3434

3535
std::string Version::suffix() {
3636
return ECFLOW_VERSION_SUFFIX;
37-
};
37+
}
3838

3939
std::string Version::description() {
4040
std::stringstream ss;

0 commit comments

Comments
 (0)