Skip to content

Commit 44e76c6

Browse files
pcaspersjenkins
authored andcommitted
fix compile error
1 parent a4c35f3 commit 44e76c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OREData/ored/utilities/log.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,8 +525,8 @@ string JSONMessage::jsonify(const boost::any& obj) {
525525
StructuredLoggingErrorMessage("JSON Message Logging", "JSONMessage::jsonify() : Unrecognised value type")
526526
.log();
527527
} catch (...) {
528-
return string();
529528
}
529+
return string();
530530
}
531531
}
532532

0 commit comments

Comments
 (0)