Skip to content

Commit

Permalink
Linter fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
fruffy committed Oct 9, 2023
1 parent c93d355 commit a6ce7bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ir/solver.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef LIB_SOLVER_H_
#define LIB_SOLVER_H_
#ifndef IR_SOLVER_H_
#define IR_SOLVER_H_

#include <optional>
#include <vector>
Expand Down Expand Up @@ -72,4 +72,4 @@ class AbstractSolver : public ICastable {
}
};

#endif /* LIB_SOLVER_H_ */
#endif /* IR_SOLVER_H_ */

0 comments on commit a6ce7bc

Please sign in to comment.