Skip to content

Commit

Permalink
Add trailing comma to type
Browse files Browse the repository at this point in the history
  • Loading branch information
Ukendio committed Nov 22, 2024
1 parent 95d6a6f commit adf09d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init.luau
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type GraphEdge = {
to: Archetype?,
id: number,
prev: GraphEdge?,
next: GraphEdge?
next: GraphEdge?,
}

type GraphEdges = Map<i53, GraphEdge>
Expand Down

0 comments on commit adf09d2

Please sign in to comment.