Skip to content

Commit

Permalink
Linter.
Browse files Browse the repository at this point in the history
  • Loading branch information
SharafMohamed committed Nov 20, 2024
1 parent 0c2c1d1 commit b0b951a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/log_surgeon/finite_automata/RegexNFA.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,8 @@ class RegexNFA {
* @param dest_state
* @return std::pair<NFAStateType*, NFAStateType*>
*/
[[nodiscard]] auto new_capture_group_states(
Tag const* tag,
NFAStateType const* dest_state
) -> std::pair<NFAStateType*, NFAStateType*>;
[[nodiscard]] auto new_capture_group_states(Tag const* tag, NFAStateType const* dest_state)
-> std::pair<NFAStateType*, NFAStateType*>;

/**
* @return A vector representing the traversal order of the NFA states using breadth-first
Expand Down

0 comments on commit b0b951a

Please sign in to comment.