Skip to content

Commit

Permalink
refactor(compiler/cli): Fix include guard name
Browse files Browse the repository at this point in the history
  • Loading branch information
FiniteReality committed Feb 28, 2022
1 parent 497b1c0 commit bded1af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions compiler/cli/console.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef ARGS_HPP
#define ARGS_HPP
#ifndef CONSOLE_HPP
#define CONSOLE_HPP

#include <optional>
#include <ostream>
Expand Down Expand Up @@ -36,4 +36,4 @@ std::optional<parsed_arguments> parse_arguments(int argc, char const** argv);

}

#endif /* ARGS_HPP */
#endif /* CONSOLE_HPP */

0 comments on commit bded1af

Please sign in to comment.