We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e441eb6 commit 46f1b7aCopy full SHA for 46f1b7a
1 file changed
PWGCF/EbyEFluctuations/Tasks/kaonIsospinFluctuations.cxx
@@ -2527,7 +2527,7 @@ struct KaonIsospinFluctuations {
2527
casters.emplace_back([](void* ptr) { return static_cast<ReturnType>(*static_cast<double*>(ptr)); });
2528
} else {
2529
casters.emplace_back([](void*) {
2530
- LOG(fatal) <<"Unsupported type in Generic Caster";
+ LOG(fatal) << "Unsupported type in Generic Caster";
2531
return ReturnType{};
2532
});
2533
}
0 commit comments