Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaVolgushev committed Dec 22, 2024
1 parent eac2047 commit d096b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/algorithms/nar/nar.h
Original file line number Diff line number Diff line change
Expand Up @@ -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<ValueRange> range);
void InsertInCons(size_t feature_index, std::shared_ptr<ValueRange> range);
};
Expand Down

0 comments on commit d096b8b

Please sign in to comment.