I am joining the war on superfluous whitespace

This commit is contained in:
XANTRONIX Development 2024-01-04 11:14:06 -05:00
parent 287c6a8726
commit ec97a0072d

View file

@ -15,10 +15,8 @@ class Gear(enum.Enum):
GEAR_10 = 10
__strings__ = {
-1: 'R', 0: 'N', 1: '1',
2: '2', 3: '3', 4: '4',
5: '5', 6: '6', 7: '7',
8: '8', 9: '9', 10: '10'
-1: 'R', 0: 'N', 1: '1', 2: '2', 3: '3', 4: '4',
5: '5', 6: '6', 7: '7', 8: '8', 9: '9', 10: '10'
}
def __str__(self):