mirror of
https://github.com/gchq/CyberChef
synced 2024-12-29 14:03:10 +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;
|
||||
stream.moveTo(namesOffset + nameOffset);
|
||||
|
||||
let nameResult = stream.readString();
|
||||
const nameResult = stream.readString();
|
||||
stream.moveTo(preMove);
|
||||
return nameResult;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue