Omit braces in if statement

This commit is contained in:
Rerumu 2021-11-05 21:55:40 -04:00
parent eef18d6a07
commit 66462d841d

View file

@ -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))
{