mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Fix styling
This commit is contained in:
parent
27c4ecaab8
commit
c89db6bd11
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ private:
|
|||
{
|
||||
bool valueBoolean;
|
||||
double valueNumber;
|
||||
float valueVector[ 3 ];
|
||||
float valueVector[3];
|
||||
unsigned int valueString; // index into string table
|
||||
uint32_t valueImport; // 10-10-10-2 encoded import id
|
||||
uint32_t valueTable; // index into tableShapes[]
|
||||
|
|
Loading…
Add table
Reference in a new issue