Skip to content

Commit fd50f67

Browse files
committed
fix print formatting
1 parent 7967000 commit fd50f67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/cmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ func Run(args []string) (error) {
7878
return err
7979
}
8080

81-
fmt.Println("\tConnecting to database...")
81+
fmt.Println("\t Connecting to database...")
8282
if err := a.DatabaseConnect(); err != nil {
8383
return err
8484
}

0 commit comments

Comments
 (0)