mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-04 10:50:54 +01:00
Omit braces in if statement
This commit is contained in:
parent
eef18d6a07
commit
66462d841d
1 changed files with 0 additions and 2 deletions
|
@ -54,9 +54,7 @@ static bool analyzeFile(Luau::Frontend& frontend, const char* name, ReportFormat
|
|||
Luau::CheckResult cr;
|
||||
|
||||
if (frontend.isDirty(name))
|
||||
{
|
||||
cr = frontend.check(name);
|
||||
}
|
||||
|
||||
if (!frontend.getSourceModule(name))
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue