From e2cb8c7f4465e50f76c68ccc116098d8dcee911f Mon Sep 17 00:00:00 2001 From: Varun Agrawal Date: Sun, 13 Apr 2025 10:44:29 -0400 Subject: [PATCH] formatting --- gtsam/hybrid/HybridBayesNet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,