2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-17 08:43:43 +00:00

Updated eslint whitespace rules

This commit is contained in:
n1474335
2017-02-09 15:09:33 +00:00
parent ebf2258715
commit e803d208e8
51 changed files with 801 additions and 793 deletions

View File

@@ -922,8 +922,8 @@ var Utils = {
* @returns {Object}
*/
extend: function(a, b){
for(var key in b)
if(b.hasOwnProperty(key))
for (var key in b)
if (b.hasOwnProperty(key))
a[key] = b[key];
return a;
},
@@ -1169,7 +1169,6 @@ String.prototype.count = function(chr) {
};
////////////////////////////////////////////////////////////////////////////////////////////////////
// Library overrides ///////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////