Skip to content

Commit 54ac097

Browse files
committed
Please consider the following formatting changes
1 parent a08254a commit 54ac097

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGCF/EbyEFluctuations/Tasks/kaonIsospinFluctuations.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ struct KaonIsospinFluctuations {
649649
{250000, -1.5, 249998.5 /*(nKaPlus*nKaMinus)*/},
650650
{1020, -1.0, 101.0 /*centrality*/},
651651
{2000, -1.5, 1998.5 /*nTrack*/}};
652-
652+
653653
std::string defaultSparseAxis[10][3] = {
654654
{"centrality", "centrality", "centrality"},
655655
{"nK0s/kPos/iNTrk", "nK0s/kPos/iNTrk", "nKa/kPos/iNTrk"},
@@ -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)