Skip to content

Commit d742d55

Browse files
committed
Prettier
1 parent fe1a649 commit d742d55

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/amo/searchUtils.js

+2-3
Original file line numberDiff line numberDiff line change
@@ -64,21 +64,20 @@ export const colorFilters = [
6464
{
6565
id: 'green',
6666
color: '00ff00',
67-
6867
},
6968
{
7069
id: 'cyan',
7170
color: '00ffff',
7271
},
7372
{
7473
id: 'blue',
75-
color: '0000ff'
74+
color: '0000ff',
7675
},
7776
{
7877
id: 'magenta',
7978
color: 'ff00ff',
8079
},
81-
]
80+
];
8281

8382
export function addVersionCompatibilityToFilters({
8483
filters,

0 commit comments

Comments
 (0)