diff --git a/Framework/DataHandling/src/LoadIsawDetCal.cpp b/Framework/DataHandling/src/LoadIsawDetCal.cpp index 36f1de87b42fee42dc46cb556ea03499dc916cca..196f4fb6b43592f42f0605381ed4865143fdf89c 100644 --- a/Framework/DataHandling/src/LoadIsawDetCal.cpp +++ b/Framework/DataHandling/src/LoadIsawDetCal.cpp @@ -57,11 +57,10 @@ void LoadIsawDetCal::init() { "The input filename of the ISAW DetCal file (Two files " "allowed for SNAP) "); - declareProperty( - Kernel::make_unique<API::FileProperty>( - "Filename2", "", API::FileProperty::OptionalLoad, exts), - "The input filename of the second ISAW DetCal file (West " - "banks for SNAP) "); + declareProperty(Kernel::make_unique<API::FileProperty>( + "Filename2", "", API::FileProperty::OptionalLoad, exts), + "The input filename of the second ISAW DetCal file (West " + "banks for SNAP) "); declareProperty("TimeOffset", 0.0, "Time Offset", Direction::Output); }