Skip to content

Commit

Permalink
Linter again.
Browse files Browse the repository at this point in the history
  • Loading branch information
SharafMohamed committed Dec 8, 2024
1 parent 7a8982d commit 7b0a86c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/log_surgeon/Lexer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,10 @@ class Lexer {
* @param id
* @param regex
*/
auto add_rule(uint32_t const& id, std::unique_ptr<finite_automata::RegexAST<TypedNfaState>> rule)
-> void;
auto add_rule(
uint32_t const& id,
std::unique_ptr<finite_automata::RegexAST<TypedNfaState>> rule
) -> void;

/**
* Return regex pattern for a rule name
Expand Down

0 comments on commit 7b0a86c

Please sign in to comment.