Skip to content

Commit

Permalink
Fix accidental deletion.
Browse files Browse the repository at this point in the history
  • Loading branch information
SharafMohamed committed Jan 29, 2025
1 parent 54d9181 commit d38393d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/log_surgeon/finite_automata/Nfa.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include <log_surgeon/LexicalRule.hpp>
#include <log_surgeon/UniqueIdGenerator.hpp>

namespace log_surgeon::finite_automata {
/**
* Represents a NFA(non-deterministic finite automata) for recognizing a language based on the set
* of rules used during initialization. Currently use as an intermediate model for generating the
Expand Down

0 comments on commit d38393d

Please sign in to comment.