Skip to content
Snippets Groups Projects
Commit 353ce8a2 authored by Lynch, Vickie's avatar Lynch, Vickie
Browse files

Refs #24323 clang-format

parent 5a116ef8
No related branches found
No related tags found
No related merge requests found
...@@ -57,11 +57,10 @@ void LoadIsawDetCal::init() { ...@@ -57,11 +57,10 @@ void LoadIsawDetCal::init() {
"The input filename of the ISAW DetCal file (Two files " "The input filename of the ISAW DetCal file (Two files "
"allowed for SNAP) "); "allowed for SNAP) ");
declareProperty( declareProperty(Kernel::make_unique<API::FileProperty>(
Kernel::make_unique<API::FileProperty>( "Filename2", "", API::FileProperty::OptionalLoad, exts),
"Filename2", "", API::FileProperty::OptionalLoad, exts), "The input filename of the second ISAW DetCal file (West "
"The input filename of the second ISAW DetCal file (West " "banks for SNAP) ");
"banks for SNAP) ");
declareProperty("TimeOffset", 0.0, "Time Offset", Direction::Output); declareProperty("TimeOffset", 0.0, "Time Offset", Direction::Output);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment