Skip to content

Commit 766150d

Browse files
committed
Please consider the following formatting changes
1 parent 05bb51b commit 766150d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/Core/src/PropertyTreeHelpers.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ void PropertyTreeHelpers::populate(std::vector<ConfigParamSpec> const& schema,
399399
provenance.put(key, provenanceLabel);
400400
} catch (std::runtime_error& re) {
401401
O2_SIGNPOST_END_WITH_ERROR(configuration, cid, "populate", "Aborting during processing of %{public}s because of runtime_error %{public}s",
402-
key.c_str(), re.what());
402+
key.c_str(), re.what());
403403
throw;
404404
} catch (std::exception& e) {
405405
O2_SIGNPOST_END_WITH_ERROR(configuration, cid, "populate", "Missing option %{public}s (%{public}s)", key.c_str(), e.what());

0 commit comments

Comments
 (0)