mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +00:00
Add trailing comma
This commit is contained in:
parent
9066611373
commit
8a03dd2c39
1 changed files with 1 additions and 1 deletions
|
@ -1886,5 +1886,5 @@ return {
|
|||
entity_index_try_get_any = entity_index_try_get_any,
|
||||
entity_index_is_alive = entity_index_is_alive,
|
||||
entity_index_remove = entity_index_remove,
|
||||
entity_index_new_id = entity_index_new_id
|
||||
entity_index_new_id = entity_index_new_id,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue