Skip to content

Commit 89cee98

Browse files
committed
Update from prettier.
1 parent 775acc4 commit 89cee98

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/grid/GridColoring.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,8 @@ export class GridColoring {
183183

184184
// apply colors to tiles
185185
for (const tile of this.grid.tiles) {
186-
tile.colors = tile.segments!.map(
187-
(s) => groupToColor.get(segmentToGroup.get(s)!)!,
186+
tile.colors = tile.segments!.map((s) =>
187+
groupToColor.get(segmentToGroup.get(s)!)!,
188188
);
189189
}
190190

0 commit comments

Comments
 (0)