Skip to content

Commit 46f1b7a

Browse files
committed
Please consider the following formatting changes
1 parent e441eb6 commit 46f1b7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGCF/EbyEFluctuations/Tasks/kaonIsospinFluctuations.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2527,7 +2527,7 @@ struct KaonIsospinFluctuations {
25272527
casters.emplace_back([](void* ptr) { return static_cast<ReturnType>(*static_cast<double*>(ptr)); });
25282528
} else {
25292529
casters.emplace_back([](void*) {
2530-
LOG(fatal) <<"Unsupported type in Generic Caster";
2530+
LOG(fatal) << "Unsupported type in Generic Caster";
25312531
return ReturnType{};
25322532
});
25332533
}

0 commit comments

Comments
 (0)