mirror of
https://github.com/gchq/CyberChef.git
synced 2024-11-02 06:01:02 +01:00
Linting modifications
This commit is contained in:
parent
d3de91de85
commit
049690fea2
@ -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 New Issue
Block a user