Skip to content

Commit 5928ca8

Browse files
author
Stanislav (Stas) Katkov
committed
fix formatting:
1 parent 25151ce commit 5928ca8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/csv2md.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ and --header to add a main heading (h1) to the output.`,
4040
devtui csv2md -t "Results" -a < data.csv`,
4141
Args: cobra.MaximumNArgs(1),
4242
RunE: func(cmd *cobra.Command, args []string) error {
43-
4443
data, err := input.ReadBytesFromArgsOrStdin(cmd, args)
4544
if err != nil {
4645
return err

0 commit comments

Comments
 (0)