Skip to content

Commit

Permalink
Linter.
Browse files Browse the repository at this point in the history
  • Loading branch information
SharafMohamed committed Dec 5, 2024
1 parent fab801f commit 1e5fdcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/log_surgeon/finite_automata/RegexDFAStateType.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <cstdint>

namespace log_surgeon::finite_automata {
enum class RegexDFAStateType : uint8_t {
enum class RegexDFAStateType : uint8_t {
Byte,
UTF8
};
Expand Down

0 comments on commit 1e5fdcc

Please sign in to comment.