2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-22 19:23:40 +00:00

Fixed linting issues

This commit is contained in:
mshwed
2019-06-20 13:26:35 -04:00
parent 862d2adf1d
commit 824d8e929a
2 changed files with 3 additions and 10 deletions

View File

@@ -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;