Formatting (#742)

This commit is contained in:
2023-05-11 10:17:24 +02:00
committed by GitHub
parent 4c6be26846
commit da4dd0df7e
4 changed files with 5 additions and 6 deletions

View File

@ -235,7 +235,7 @@ const slsDetectorDefs::xy Implementation::GetPortGeometry() const {
const slsDetectorDefs::ROI Implementation::GetMaxROIPerPort() const {
return slsDetectorDefs::ROI{0, (int)generalData->nPixelsX - 1, 0,
(int)generalData->nPixelsY - 1};
(int)generalData->nPixelsY - 1};
}
void Implementation::setDetectorSize(const slsDetectorDefs::xy size) {