chore: remove unneeded Println's

This commit is contained in:
Zane Schaffer 2022-08-10 09:44:18 -07:00
parent b9b8bc55b7
commit 66ca2afc78
1 changed files with 0 additions and 3 deletions

View File

@ -13,14 +13,11 @@ in the current directory
package main
import (
"fmt"
"log"
)
func main() {
fmt.Println()
if err := run(); err != nil {
log.Fatal(err)
}
fmt.Println()
}