Skip to content

Commit d3ee890

Browse files
committed
Formatting
1 parent 2e622da commit d3ee890

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

roofit/roofitcore/src/RooMinimizer.cxx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -913,8 +913,6 @@ bool RooMinimizer::fitFCN(const ROOT::Math::IMultiGenFunction &fcn)
913913

914914
initMinimizer();
915915

916-
917-
918916
// Identify floating RooCategory parameters
919917
RooArgSet floatingCats;
920918
//_fcn->allParams().Print("v");
@@ -931,7 +929,7 @@ bool RooMinimizer::fitFCN(const ROOT::Math::IMultiGenFunction &fcn)
931929
}
932930

933931
const size_t nPdfs = pdfIndices.size();
934-
932+
935933
if (nPdfs == 0) {
936934
// No floating categories: just minimize continuous parameters
937935
// RooMinimizer m(*nll);

0 commit comments

Comments
 (0)