Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Code style: fix code issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
jodator committed Feb 24, 2020
2 parents d7f18ca + bf6df3f commit c6b6ac7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ ClassicEditor
title: 'Red pen',
color: 'var(--ck-highlight-pen-red)',
type: 'pen'
},
}
]
}
} )
Expand Down
2 changes: 1 addition & 1 deletion docs/_snippets/features/custom-highlight-options.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ClassicEditor
title: 'Red pen',
color: 'var(--ck-highlight-pen-red)',
type: 'pen'
},
}
]
}
} )
Expand Down
2 changes: 1 addition & 1 deletion tests/highlightui.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ describe( 'HighlightUI', () => {
'var(--ck-highlight-pen-red)',
'var(--ck-highlight-pen-green)',
undefined,
'',
''
] );
} );

Expand Down

0 comments on commit c6b6ac7

Please sign in to comment.