mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-22 07:46:16 -04:00
Fixed linting issues
This commit is contained in:
parent
862d2adf1d
commit
824d8e929a
2 changed files with 3 additions and 10 deletions
|
@ -346,7 +346,6 @@ const byteToEntity = {
|
|||
730: "˚",
|
||||
731: "˛",
|
||||
732: "˜",
|
||||
732: "˜",
|
||||
785: "̑",
|
||||
818: "_",
|
||||
913: "Α",
|
||||
|
@ -542,7 +541,6 @@ const byteToEntity = {
|
|||
8259: "⁃",
|
||||
8260: "⁄",
|
||||
8271: "⁏",
|
||||
8260: "⁄",
|
||||
8279: "⁗",
|
||||
8287: " ",
|
||||
8288: "⁠",
|
||||
|
@ -562,7 +560,6 @@ const byteToEntity = {
|
|||
8463: "ℏ",
|
||||
8464: "ℐ",
|
||||
8465: "ℑ",
|
||||
8465: "ℑ",
|
||||
8466: "ℒ",
|
||||
8467: "ℓ",
|
||||
8469: "ℕ",
|
||||
|
@ -731,7 +728,6 @@ const byteToEntity = {
|
|||
8754: "∲",
|
||||
8755: "∳",
|
||||
8756: "∴",
|
||||
8756: "∴",
|
||||
8757: "∵",
|
||||
8758: "∶",
|
||||
8759: "∷",
|
||||
|
@ -768,15 +764,14 @@ const byteToEntity = {
|
|||
8791: "≗",
|
||||
8793: "≙",
|
||||
8794: "≚",
|
||||
8796: "≜ ≜",
|
||||
8799: "≟ ≟",
|
||||
8796: "≜",
|
||||
8799: "≟",
|
||||
8800: "≠",
|
||||
8801: "≡",
|
||||
8802: "≢",
|
||||
8804: "≤",
|
||||
8805: "≥",
|
||||
8806: "≦",
|
||||
8805: "≥",
|
||||
8807: "≧",
|
||||
8808: "≨",
|
||||
8809: "≩",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue