Remove uninsteresting gofmt change

This commit is contained in:
David Robertson 2023-11-03 13:41:24 +00:00
parent fe7c5a201d
commit b8e34a7958
No known key found for this signature in database
GPG Key ID: 903ECE108A39DEDD

View File

@ -3,9 +3,9 @@ package state
import (
"database/sql"
"encoding/json"
"github.com/lib/pq"
"github.com/jmoiron/sqlx"
"github.com/lib/pq"
)
// InvitesTable stores invites for each user.