Skip to content

Commit cb0a2e0

Browse files
committed
Change default value fill char
1 parent 814caea commit cb0a2e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 = " "
66
DEFAULT_CONNECTOR_FILL_CHAR = "_" # Character used to fill horizontal gaps between node pairs
77

88

0 commit comments

Comments
 (0)