Fix leading space

This commit is contained in:
2021-11-08 22:33:11 +00:00
parent bda3d32cfc
commit c4fe36a2a4

View File

@ -9,7 +9,7 @@ import (
"github.com/pressly/goose/v3" "github.com/pressly/goose/v3"
) )
// go:embed schema/*.sql //go:embed schema/*.sql
var migrations embed.FS var migrations embed.FS
// Connect to a database // Connect to a database