Skip to content

Commit 70c2229

Browse files
FIX: Fixing double whitespaces in ./main.py
1 parent 32a0684 commit 70c2229

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Games Collection Manager/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class BackgroundColors: # Colors for the terminal
105105
"-- DVD Cover Dimensions:",
106106
"- PS2: 27.2 Largura x 18.3 Altura.",
107107
"- PS3: 27.2 Largura x 15.0 Altura.",
108-
"- PS4/PS5: 27.2 Largura x 16.0 Altura.",
108+
"- PS4/PS5: 27.2 Largura x 16.0 Altura.",
109109
"- Xbox One/Xbox Series: 26.7 Largura x 14.9 Altura."
110110
] # Constant non-console metadata block to keep deterministic and unchanged
111111
FIXED_METADATA_BLOCK_STRIPPED = tuple(line.strip() for line in FIXED_METADATA_BLOCK) # Stripped version for safe parser comparisons

0 commit comments

Comments
 (0)