Skip to content

Commit

Permalink
Revert "Revert "lint: remove unnecessary trailing newline""
Browse files Browse the repository at this point in the history
This reverts commit c935eee.
  • Loading branch information
Planxnx committed Apr 8, 2023
1 parent 82e5e32 commit 52b5f39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/generators/generators.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ func (g *Generator) Start() (err error) {
fmt.Printf("\n%-42s %s\n", "Address", "Seed")
fmt.Printf("%-42s %s\n", strings.Repeat("-", 42), strings.Repeat("-", 90))
fmt.Println(result.String())

}

fmt.Printf("\nResolved Speed: %.2f w/s\n", float64(resolvedCount.Load())/time.Since(start).Seconds())
Expand Down

0 comments on commit 52b5f39

Please sign in to comment.