mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Fix formatting
This commit is contained in:
parent
3b7d31c38b
commit
0ac6827713
1 changed files with 3 additions and 1 deletions
|
@ -210,7 +210,9 @@ private:
|
||||||
p.deprecatedSuggestion,
|
p.deprecatedSuggestion,
|
||||||
p.location,
|
p.location,
|
||||||
p.tags,
|
p.tags,
|
||||||
p.documentationSymbol, p.typeLocation};
|
p.documentationSymbol,
|
||||||
|
p.typeLocation,
|
||||||
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue