Skip to content

Commit 5a48bb5

Browse files
committed
clang
1 parent d95c353 commit 5a48bb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Detectors/CTP/workflowScalers/src/ctp-ccdb-orbit.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ int main(int argc, char** argv)
128128
TClass* tcls = TClass::GetClass(typeid(vect));
129129
auto ti = tcls->GetTypeInfo();
130130
auto classname = "std::vector<int64_t>";
131-
metadata["adjustableEOV"] = "true";
131+
metadata["adjustableEOV"] = "true";
132132
ret = api.storeAsTFile_impl(&(vect), *ti, ccdbPath, metadata, tmin, tmax);
133133
if (!api.isSnapshotMode() && metadata.find("adjustableEOV") != metadata.end() && metadata.find("default") == metadata.end()) {
134134
o2::ccdb::CcdbObjectInfo oi(ccdbPath, classname, filename, metadata, tmin, tmax);

0 commit comments

Comments
 (0)