Skip to content

Commit a9a381a

Browse files
committed
another missing bracket found
1 parent 7266bdd commit a9a381a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

R/simulated_annealing_internals.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ checkModels <- function(currentModel, fitStatistic, maximize = maximize, bestFit
107107
bestModel = bestModel
108108
}
109109
}
110-
110+
}
111+
111112
return(bestModel)
112113
}
113114

0 commit comments

Comments
 (0)