fix formatting

This commit is contained in:
Peter Rounce 2023-02-19 06:52:12 +00:00
parent f3949b1b59
commit b4494c7ed3
11 changed files with 34 additions and 34 deletions

View file

@ -1,11 +1,11 @@
package main
import (
"github.com/boltcard/boltcard/db"
"github.com/boltcard/boltcard/resp_err"
log "github.com/sirupsen/logrus"
"net/http"
"strconv"
"github.com/boltcard/boltcard/db"
"github.com/boltcard/boltcard/resp_err"
)
func wipeboltcard(w http.ResponseWriter, r *http.Request) {