mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 15:26:16 -04:00
Fixed linting issues
This commit is contained in:
parent
862d2adf1d
commit
824d8e929a
2 changed files with 3 additions and 10 deletions
|
@ -1047,8 +1047,6 @@ const entityToByte = {
|
|||
"rbbrk": 10099,
|
||||
"lobrk": 10214,
|
||||
"robrk": 10215,
|
||||
"lang": 10216,
|
||||
"rang": 10217,
|
||||
"Lang": 10218,
|
||||
"Rang": 10219,
|
||||
"loang": 10220,
|
||||
|
@ -1534,6 +1532,6 @@ const entityToByte = {
|
|||
"xopf": 120169,
|
||||
"yopf": 120170,
|
||||
"zopf": 120171
|
||||
}
|
||||
};
|
||||
|
||||
export default FromHTMLEntity;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue