From 73140bc36723ae3909e6dcf35382d8c8287e3aff Mon Sep 17 00:00:00 2001 From: Sebastian LaVine Date: Sat, 16 Apr 2022 13:09:40 -0400 Subject: [PATCH] go fmt --- html2gmi.go | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/html2gmi.go b/html2gmi.go index 8768ed1..c54f83d 100644 --- a/html2gmi.go +++ b/html2gmi.go @@ -99,7 +99,6 @@ func main() { options.NumberedLinks = *numberedLinks options.EmitImagesAsLinks = *emitImagesAsLinks - //dont use an extra line to separate header from body, but //do separate each row visually options.PrettyTablesOptions.HeaderLine = false @@ -110,10 +109,10 @@ func main() { //options.PrettyTablesOptions.ColumnSeparator = "│" //options.PrettyTablesOptions.RowSeparator = "─" - //pretty tables option is somewhat experimental - //and the column positions not always correct - //so use invisible borders of spaces for now - options.PrettyTablesOptions.CenterSeparator = " " + //pretty tables option is somewhat experimental + //and the column positions not always correct + //so use invisible borders of spaces for now + options.PrettyTablesOptions.CenterSeparator = " " options.PrettyTablesOptions.ColumnSeparator = " " options.PrettyTablesOptions.RowSeparator = " "