Skip to content

Commit 36cd774

Browse files
committed
fix: prettier fix
1 parent f0ad954 commit 36cd774

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

projects/common/src/color/color-palette.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ export class ColorPalette {
1717
}
1818

1919
public getColorCombinationForId(id: string, colorSetSize: number = this.basisColors.length): ColorCombination {
20-
2120
return this.getColorCombinations(colorSetSize)[Math.abs(hashCode(id)) % colorSetSize];
2221
}
2322

0 commit comments

Comments
 (0)