Skip to content

Commit 8f4a862

Browse files
committed
clang
1 parent deb25ab commit 8f4a862

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Detectors/CTP/workflowScalers/src/RunManager.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,8 @@ int CTPRunManager::processMessage(std::string& topic, const std::string& message
246246
} else {
247247
logmessage = "CCDB updated with SOX orbit.";
248248
}
249-
LOG(important) << logmessage << " run:" << runnumber << " sox orbit:" << orbit << " ts:" << timestamp; ;
249+
LOG(important) << logmessage << " run:" << runnumber << " sox orbit:" << orbit << " ts:" << timestamp;
250+
;
250251
} else {
251252
LOG(error) << "Topic soxorbit dize !=3: " << message << " token size:" << tokens.size();
252253
ret = 1;

0 commit comments

Comments
 (0)