Skip to content

Commit 933d456

Browse files
committed
format
1 parent 09dff3a commit 933d456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/src/Bookkeeping.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ void Bookkeeping::registerProcess(int runNumber, const std::string& name, const
116116
}
117117

118118
std::thread([this, runNumber, type, name, args, detector]() {
119-
try{
119+
try {
120120
this->mClient->dplProcessExecution()->registerProcessExecution(runNumber, type, getHostName(), name, args, detector);
121121
} catch (std::runtime_error& error) { // catch here because we are in a thread
122122
ILOG(Warning, Devel) << "Failed registration to the BookKeeping: " << error.what() << ENDM;

0 commit comments

Comments
 (0)