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:
@@ -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 ///////////////////////////////////////////////////////////////////////////////
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user