diff --git a/gtsam/hybrid/HybridBayesNet.h b/gtsam/hybrid/HybridBayesNet.h index 0840cb381..08bab93ec 100644 --- a/gtsam/hybrid/HybridBayesNet.h +++ b/gtsam/hybrid/HybridBayesNet.h @@ -223,7 +223,7 @@ class GTSAM_EXPORT HybridBayesNet : public BayesNet { * @note If marginal greater than this threshold, the mode gets assigned that * value and is considered "dead" for hybrid elimination. The mode can then be * removed since it only has a single possible assignment. - + * * @return A pruned HybridBayesNet */ HybridBayesNet prune(size_t maxNrLeaves,