Linting on PLIST viewer operation.
This commit is contained in:
parent
0295d0c9b4
commit
d8405e5f81
@ -72,7 +72,7 @@ class PLISTViewer extends Operation {
|
|||||||
* @param {number} offset
|
* @param {number} offset
|
||||||
*/
|
*/
|
||||||
function braces(elem, vals, offset) {
|
function braces(elem, vals, offset) {
|
||||||
let temp = vals.indexOf(elem);
|
const temp = vals.indexOf(elem);
|
||||||
if (temp !== -1) {
|
if (temp !== -1) {
|
||||||
depthCount += offset;
|
depthCount += offset;
|
||||||
if (temp === 1)
|
if (temp === 1)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user