fix #52: get rid of excess newline on ascii tables (#53)

This commit is contained in:
T. von Dein
2026-03-06 11:58:02 +01:00
parent e3b3cb3f70
commit d4d76f7ff5
2 changed files with 3 additions and 2 deletions

View File

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