fix-ascii-spacing (#51)

fix #50: remove excess spaces in normal ascii table output mode
This commit is contained in:
T. von Dein
2026-02-19 13:55:04 +01:00
parent 2122805301
commit e3b3cb3f70
3 changed files with 39 additions and 31 deletions

View File

@@ -28,7 +28,7 @@ import (
)
const (
Version = "v1.6.0"
Version = "v1.6.1"
MAXPARTS = 2
)