From 353ce8a2bde48ba82483b72da74d3f408ff36cd9 Mon Sep 17 00:00:00 2001 From: Vickie Lynch <lynchve@ornl.gov> Date: Fri, 14 Dec 2018 10:15:53 -0500 Subject: [PATCH] Refs #24323 clang-format --- Framework/DataHandling/src/LoadIsawDetCal.cpp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Framework/DataHandling/src/LoadIsawDetCal.cpp b/Framework/DataHandling/src/LoadIsawDetCal.cpp index 36f1de87b42..196f4fb6b43 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); } -- GitLab