Skip to content

Commit a8d7fa8

Browse files
committed
Use space as default fillChar
1 parent d165db0 commit a8d7fa8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vicutils/printBin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Default configuration constants
44
DEFAULT_UNIT_SIZE = 3
5-
DEFAULT_VALUE_FILL_CHAR = "_" # Character used to pad node values (e.g., "_5_")
5+
DEFAULT_VALUE_FILL_CHAR = " " # Character used to pad node values (e.g., "_5_")
66
DEFAULT_CONNECTOR_FILL_CHAR = "_" # Character used to fill horizontal gaps between node pairs
77

88

0 commit comments

Comments
 (0)