Skip to content

Commit

Permalink
fix: delete an empty line in mod list (#1146)
Browse files Browse the repository at this point in the history
  • Loading branch information
SparkYuan authored Jun 6, 2024
1 parent 6c426ce commit 01e877d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/cmd/mod/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ func (o *ListOption) Run() error {
WithData(tableData).
WithWriter(o.IO.Out).
Render()
pterm.Println()

return nil
}

Expand Down

0 comments on commit 01e877d

Please sign in to comment.