Skip to content

Commit db1007b

Browse files
committed
chore: Fix visual indentation
1 parent 6b77e2a commit db1007b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

conversions/decimal_to_any.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
# fmt: off
55
ALPHABET_VALUES = {'10': 'A', '11': 'B', '12': 'C', '13': 'D', '14': 'E', '15': 'F', # noqa: E501
6-
'16': 'G', '17': 'H', '18': 'I', '19': 'J', '20': 'K', '21': 'L',
7-
'22': 'M', '23': 'N', '24': 'O', '25': 'P', '26': 'Q', '27': 'R',
8-
'28': 'S', '29': 'T', '30': 'U', '31': 'V', '32': 'W', '33': 'X',
9-
'34': 'Y', '35': 'Z'}
6+
'16': 'G', '17': 'H', '18': 'I', '19': 'J', '20': 'K', '21': 'L',
7+
'22': 'M', '23': 'N', '24': 'O', '25': 'P', '26': 'Q', '27': 'R',
8+
'28': 'S', '29': 'T', '30': 'U', '31': 'V', '32': 'W', '33': 'X',
9+
'34': 'Y', '35': 'Z'}
1010
# fmt: on
1111

1212

0 commit comments

Comments
 (0)