Fixed no-trailing-space lint

This commit is contained in:
n1474335 2018-01-02 14:46:35 +00:00
parent 10f42e9a7f
commit 50b24d9a56
6 changed files with 21 additions and 21 deletions

View file

@ -332,7 +332,7 @@ DES uses a key length of 8 bytes (64 bits).`;
/**
* Lookup table for Blowfish output types.
*
*
* @private
*/
_BLOWFISH_OUTPUT_TYPE_LOOKUP: {
@ -340,7 +340,7 @@ DES uses a key length of 8 bytes (64 bits).`;
},
/**
* Lookup table for Blowfish modes.
*
*
* @private
*/
_BLOWFISH_MODE_LOOKUP: {
@ -524,7 +524,7 @@ DES uses a key length of 8 bytes (64 bits).`;
/**
* Pseudo-Random Number Generator operation.
*
*
* @param {string} input
* @param {Object[]} args
* @returns {string}
@ -944,7 +944,7 @@ DES uses a key length of 8 bytes (64 bits).`;
/**
* A mapping of string formats to their classes in the CryptoJS library.
*
*
* @private
* @constant
*/