mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 23:06:16 -04:00
Fixed no-trailing-space lint
This commit is contained in:
parent
10f42e9a7f
commit
50b24d9a56
6 changed files with 21 additions and 21 deletions
|
@ -154,7 +154,7 @@ OptionsWaiter.prototype.setWordWrap = function() {
|
|||
|
||||
/**
|
||||
* Changes the theme by setting the class of the <html> element.
|
||||
*
|
||||
*
|
||||
* @param {Event} e
|
||||
*/
|
||||
OptionsWaiter.prototype.themeChange = function (e) {
|
||||
|
@ -166,7 +166,7 @@ OptionsWaiter.prototype.themeChange = function (e) {
|
|||
|
||||
/**
|
||||
* Changes the console logging level.
|
||||
*
|
||||
*
|
||||
* @param {Event} e
|
||||
*/
|
||||
OptionsWaiter.prototype.logLevelChange = function (e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue