mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Remove .value
This commit is contained in:
parent
1cde3871e0
commit
dd067ad97e
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ struct ToStringOptions
|
||||||
{
|
{
|
||||||
ToStringOptions(bool exhaustive = false)
|
ToStringOptions(bool exhaustive = false)
|
||||||
: exhaustive(exhaustive)
|
: exhaustive(exhaustive)
|
||||||
, compositeTypesSingleLineLimit(FFlag::LuauToStringSimpleCompositeTypesSingleLine.value ? 5 : 0)
|
, compositeTypesSingleLineLimit(FFlag::LuauToStringSimpleCompositeTypesSingleLine ? 5 : 0)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue