diff --git a/Framework/Algorithms/src/Stitch1D.cpp b/Framework/Algorithms/src/Stitch1D.cpp index dd2b7ff8d8d65d51beb8cbc36cbb46d0339cb687..3931ec759e96a9a6beb58c96671db36417ad609d 100644 --- a/Framework/Algorithms/src/Stitch1D.cpp +++ b/Framework/Algorithms/src/Stitch1D.cpp @@ -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.");