Skip to content

Commit d260822

Browse files
committed
main: remove double newline
1 parent 48af820 commit d260822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ func tableToMarkdown(ctx context.Context, db db.Database, w io.Writer, schema, t
172172
md := markdown.NewMarkdown(w)
173173

174174
md.H1(markdown.Code(tableName))
175-
md.PlainText("\n")
175+
md.PlainText("")
176176
mdTableRows := [][]string{}
177177
columns, err := db.ListColumns(ctx, schema, tableName)
178178
if err != nil {

0 commit comments

Comments
 (0)