Skip to content

Commit 4406a0a

Browse files
authored
style(database/postgres.go): Capitalize DSN in comment (#3993)
Signed-off-by: yxxhero <[email protected]>
1 parent 2c83f80 commit 4406a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manager/database/postgres.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import (
3131
func newPostgres(cfg *config.Config) (*gorm.DB, error) {
3232
postgresCfg := &cfg.Database.Postgres
3333

34-
// Format dsn string.
34+
// Format DSN string.
3535
dsn := formatPostgresDSN(postgresCfg)
3636

3737
// Connect to postgres.

0 commit comments

Comments
 (0)