Skip to content
Snippets Groups Projects
Commit b1eaa01f authored by Raquel Alvarez's avatar Raquel Alvarez
Browse files

Re #18117 Clang format

parent 4a05caf2
No related merge requests found
......@@ -143,9 +143,10 @@ void Stitch1D::init() {
"Rebinning Parameters. See Rebin for format. If only a "
"single value is provided, start and end are taken from "
"input workspaces.");
declareProperty(make_unique<PropertyWithValue<bool>>("ScaleRHSWorkspace",
true, Direction::Input),
"Scaling either with respect to LHS workspace or RHS workspace");
declareProperty(
make_unique<PropertyWithValue<bool>>("ScaleRHSWorkspace", true,
Direction::Input),
"Scaling either with respect to LHS workspace or RHS workspace");
declareProperty(make_unique<PropertyWithValue<bool>>("UseManualScaleFactor",
false, Direction::Input),
"True to use a provided value for the scale factor.");
......
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