chore: `task fmt`

Andrey Nering created

Change summary

internal/db/connect.go | 1 -
1 file changed, 1 deletion(-)

Detailed changes

internal/db/connect.go 🔗

@@ -31,7 +31,6 @@ func init() {
 	if testing.Testing() {
 		goose.SetLogger(goose.NopLogger())
 	}
-
 }
 
 // Connect opens a SQLite database connection and runs migrations.