Skip to content

Commit b4477ba

Browse files
committed
Fix spacing
1 parent 78bf540 commit b4477ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/color/color_spaces/hsb.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export default new ColorSpace({
5757
toBase,
5858

5959
formats: {
60-
default :{
60+
default: {
6161
type: 'custom',
6262
serialize: (coords, alpha) => {
6363
const rgb = toBase(coords);

0 commit comments

Comments
 (0)