Skip to content

Commit

Permalink
(#318) linter fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Robby-the-paladin committed Feb 12, 2024
1 parent a74674e commit 0564bea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/AutomataParser/include/AutomataParser/Lexer.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

#include <iostream>
#include <stdexcept>
#include <string>
#include <map>
#include <lexy/dsl.hpp>
#include <lexy/action/parse_as_tree.hpp>
#include <lexy/visualize.hpp>
#include <lexy/input/file.hpp>
#include <lexy_ext/report_error.hpp>
#include <string>
#include <map>
#define lexy_ascii_tree lexy::parse_tree_for<lexy::buffer<lexy::ascii_encoding>, void, void>

namespace dsl = lexy::dsl;
Expand Down

0 comments on commit 0564bea

Please sign in to comment.