From 4b12cccac27f5b3f44707ce9559eeea101588da7 Mon Sep 17 00:00:00 2001 From: broihategithubsignuprocess <153471146+broihategithubsignuprocess@users.noreply.github.com> Date: Fri, 29 Mar 2024 01:40:03 -0400 Subject: [PATCH] Update Ast.cpp Make it 1000 lines instead of 1001 --- Ast/src/Ast.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Ast/src/Ast.cpp b/Ast/src/Ast.cpp index bb82e0be..3d96c469 100644 --- a/Ast/src/Ast.cpp +++ b/Ast/src/Ast.cpp @@ -1,6 +1,5 @@ // This file is part of the Luau programming language and is licensed under MIT License; see LICENSE.txt for details #include "Luau/Ast.h" - #include "Luau/Common.h"