Skip to content

Commit 7738b9d

Browse files
committed
README: remove trailing space
1 parent 7a10d37 commit 7738b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ func main() {
2828

2929
db, err := sql.Open("mysql", config.FormatDSN())
3030
if err != nil {
31-
fmt.Println("Error opening database: ", err)
31+
fmt.Println("Error opening database:", err)
3232
return
3333
}
3434

0 commit comments

Comments
 (0)