1 parent 775acc4 commit 89cee98Copy full SHA for 89cee98
1 file changed
src/grid/GridColoring.ts
@@ -183,8 +183,8 @@ export class GridColoring {
183
184
// apply colors to tiles
185
for (const tile of this.grid.tiles) {
186
- tile.colors = tile.segments!.map(
187
- (s) => groupToColor.get(segmentToGroup.get(s)!)!,
+ tile.colors = tile.segments!.map((s) =>
+ groupToColor.get(segmentToGroup.get(s)!)!,
188
);
189
}
190
0 commit comments