mirror of
https://github.com/gchq/CyberChef
synced 2025-12-10 13:23:25 +00:00
Introduced key-spacing eslint rule
This commit is contained in:
@@ -329,7 +329,7 @@ const Code = {
|
||||
* @param {Object[]} args
|
||||
* @returns {string}
|
||||
*/
|
||||
runXpath:function(input, args) {
|
||||
runXpath: function(input, args) {
|
||||
let query = args[0],
|
||||
delimiter = args[1];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user