mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 07:16:17 -04:00
fix lint errors
This commit is contained in:
parent
951568ce22
commit
f3610e7c95
1 changed files with 25 additions and 25 deletions
|
@ -145,7 +145,7 @@ class SetOps {
|
|||
* @return {Object[]}
|
||||
*/
|
||||
runSymmetricDifference(a, b) {
|
||||
return this.runSetDifference(a,b)
|
||||
return this.runSetDifference(a, b)
|
||||
.concat(this.runSetDifference(b, a));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue