formatting

This commit is contained in:
2023-02-14 15:08:31 +01:00
parent 0251aa9e63
commit cb8e4365e3
3 changed files with 6 additions and 4 deletions

View File

@ -527,7 +527,8 @@ TEST_CASE("gappixels", "[.cmd]") {
bool quad = det.getQuad().squash(false);
bool fullModule = (det.getModuleGeometry().y % 2 == 0);
if (det_type == defs::JUNGFRAU || (det_type == defs::EIGER && (quad || fullModule))) {
if (det_type == defs::JUNGFRAU ||
(det_type == defs::EIGER && (quad || fullModule))) {
auto prev_val = det.getGapPixelsinCallback();
{
std::ostringstream oss;