mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-04 10:50:54 +01:00
Update Compiler.cpp
Restore newlines to better match existing style
This commit is contained in:
parent
67b9e834fa
commit
dc51e39c92
1 changed files with 2 additions and 0 deletions
|
@ -2892,6 +2892,7 @@ struct Compiler
|
|||
result.valueNumber = -arg.valueNumber;
|
||||
}
|
||||
break;
|
||||
|
||||
case AstExprUnary::Len:
|
||||
if (arg.type == Constant::Type_String)
|
||||
{
|
||||
|
@ -2899,6 +2900,7 @@ struct Compiler
|
|||
result.valueNumber = double(arg.valueString.size);
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
LUAU_ASSERT(!"Unexpected unary operation");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue