From d096b8b45fabfcbe7816997281e2fd814902c7d7 Mon Sep 17 00:00:00 2001 From: Ivan Volgushev Date: Sun, 22 Dec 2024 23:58:13 +0300 Subject: [PATCH] Format --- src/core/algorithms/nar/nar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/algorithms/nar/nar.h b/src/core/algorithms/nar/nar.h index b5c3d2764..c119665ec 100644 --- a/src/core/algorithms/nar/nar.h +++ b/src/core/algorithms/nar/nar.h @@ -38,7 +38,7 @@ class NAR { std::string ToString() const; void SetQualities(TypedRelation const* typed_relation); NARQualities const& GetQualities() const; - + void InsertInAnte(size_t feature_index, std::shared_ptr range); void InsertInCons(size_t feature_index, std::shared_ptr range); };