Fix excess spaces on normal ascii table output (#66)

This commit is contained in:
T.v.Dein
2025-09-29 20:46:33 +02:00
committed by GitHub
parent 24b66b8a6b
commit 687f4b7bb2
3 changed files with 44 additions and 48 deletions

View File

@@ -28,7 +28,7 @@ import (
)
const DefaultSeparator string = `(\s\s+|\t)`
const Version string = "v1.5.3"
const Version string = "v1.5.4"
const MAXPARTS = 2
var DefaultConfigfile = os.Getenv("HOME") + "/.config/tablizer/config"