Updated the switch class to match code standard

This commit is contained in:
Veronica K. B. Olsen
2020-05-03 12:45:58 +02:00
parent e088b03c04
commit 1fe9ff0af7
2 changed files with 136 additions and 116 deletions
+4
View File
@@ -233,6 +233,8 @@ class nwUnicode:
## Other
U_NBSP = "\u00a0" # Non-breaking space
U_PARA = "\u2029" # Paragraph separator
U_CHECK = "\u2714" # Heavy check mark
U_MULT = "\u2715" # Multiplication x
## Arrows
U_UTRI = "\u2bc5" # Up-pointing triangle
@@ -270,6 +272,8 @@ class nwUnicode:
## Other
H_NBSP = " "
H_CHECK = "✔"
H_MULT = "✕"
## Arrows
H_UTRI = "⯅"