Skip to content

Commit

Permalink
fixed linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jongund committed Jun 7, 2024
1 parent c7d97ee commit 0a729fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion content/practices/high-contrast/high-contrast-practice.js
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,6 @@ function getHTMLColorName(systemColorName, colorHex) {
colorHex.substring(1, 2) === colorHex.substring(3, 4) &&
colorHex.substring(1, 2) === colorHex.substring(5, 6)
) {

switch (colorHex[1]) {
case '0':
case '1':
Expand Down

0 comments on commit 0a729fb

Please sign in to comment.