mirror of
https://github.com/gchq/CyberChef
synced 2025-01-01 07:18:47 +00:00
Linting modifications
This commit is contained in:
parent
d3de91de85
commit
049690fea2
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ class ELFInfo extends Operation {
|
||||||
const preMove = stream.position;
|
const preMove = stream.position;
|
||||||
stream.moveTo(namesOffset + nameOffset);
|
stream.moveTo(namesOffset + nameOffset);
|
||||||
|
|
||||||
let nameResult = stream.readString();
|
const nameResult = stream.readString();
|
||||||
stream.moveTo(preMove);
|
stream.moveTo(preMove);
|
||||||
return nameResult;
|
return nameResult;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue