Format all source files.

This commit is contained in:
Eli Ribble 2025-11-06 22:31:51 +00:00
parent f7ad8b9c5f
commit fa89e0719f
No known key found for this signature in database
7 changed files with 142 additions and 138 deletions

View file

@ -23,7 +23,7 @@ import (
var embedMigrations embed.FS
type postgres struct {
BobDB bob.DB
BobDB bob.DB
PGXPool *pgxpool.Pool
}