Skip to content

Commit f8c3bd6

Browse files
committed
Please consider the following formatting changes
1 parent 233a34e commit f8c3bd6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Framework/Core/src/ArrowSupport.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -453,8 +453,7 @@ o2::framework::ServiceSpec ArrowSupport::arrowBackendSpec()
453453
};
454454
static ResourceStats timesliceResourceStats{
455455
.enoughCount = shmResourceState.available - shmResourceSpec.minQuantum > 0 ? 1 : 0,
456-
.lowCount = shmResourceState.available - shmResourceSpec.minQuantum > 0 ? 0 : 1
457-
};
456+
.lowCount = shmResourceState.available - shmResourceSpec.minQuantum > 0 ? 0 : 1};
458457

459458
offerResources(timesliceResourceState, timesliceResourceSpec, timesliceResourceStats,
460459
specs, infos, manager, totalTimeframesConsumed, totalTimeframesExpired,

0 commit comments

Comments
 (0)