mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
Removed unnecessary whitespace
This commit is contained in:
parent
fe4c5f5899
commit
5e7f8e3976
3 changed files with 4 additions and 4 deletions
|
@ -186,7 +186,7 @@ const ByteRepr = {
|
|||
// 0x and \x are added to the beginning if they are selected, so increment the positions accordingly
|
||||
if (delim === "0x" || delim === "\\x") {
|
||||
pos[0].start += 2;
|
||||
pos[0].end += 2;
|
||||
pos[0].end += 2;
|
||||
}
|
||||
return pos;
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue