]> git.proxmox.com Git - pve-eslint.git/blobdiff - eslint/lib/cli-engine/hash.js
import 8.3.0 source
[pve-eslint.git] / eslint / lib / cli-engine / hash.js
index 6d7ef8bf1b2c64bed4499f2eab5486a0f6c07672..8e467734a023571097446b31fe084eb60d5b348b 100644 (file)
@@ -21,8 +21,8 @@ const murmur = require("imurmurhash");
 
 /**
  * hash the given string
- * @param  {string} str the string to hash
- * @returns {string}    the hash
+ * @param {string} str the string to hash
+ * @returns {string} the hash
  */
 function hash(str) {
     return murmur(str).result().toString(36);