From 08c2983422bc2c792103a0fd2792c6b60cb79833 Mon Sep 17 00:00:00 2001 From: MaksimShagov <43129418+MaksimShagov@users.noreply.github.com> Date: Sun, 7 Apr 2024 10:56:24 +0300 Subject: [PATCH] style --- compiler/include/compiler/frontend/lexer/lexer.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/include/compiler/frontend/lexer/lexer.hpp b/compiler/include/compiler/frontend/lexer/lexer.hpp index 45d99d66..c6133410 100644 --- a/compiler/include/compiler/frontend/lexer/lexer.hpp +++ b/compiler/include/compiler/frontend/lexer/lexer.hpp @@ -6,7 +6,6 @@ #include #include - #include "compiler/utils/error_buffer.hpp" #include "compiler/utils/source_files.hpp"