update formatting

This commit is contained in:
Peter Rounce 2023-02-19 17:19:28 +00:00
parent 54f1274fa6
commit 0170019fee

View file

@ -9,9 +9,9 @@ import (
decodepay "github.com/fiatjaf/ln-decodepay" decodepay "github.com/fiatjaf/ln-decodepay"
log "github.com/sirupsen/logrus" log "github.com/sirupsen/logrus"
"io" "io"
"strings"
"net/http" "net/http"
"strconv" "strconv"
"strings"
) )
type LndhubAuthRequest struct { type LndhubAuthRequest struct {