mirror of
https://github.com/gchq/CyberChef
synced 2025-12-15 15:53:30 +00:00
Linting on PLIST viewer operation.
This commit is contained in:
@@ -72,7 +72,7 @@ class PLISTViewer extends Operation {
|
||||
* @param {number} offset
|
||||
*/
|
||||
function braces(elem, vals, offset) {
|
||||
let temp = vals.indexOf(elem);
|
||||
const temp = vals.indexOf(elem);
|
||||
if (temp !== -1) {
|
||||
depthCount += offset;
|
||||
if (temp === 1)
|
||||
|
||||
Reference in New Issue
Block a user