Skip to content

Commit

Permalink
multi: run make fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
guggero committed Oct 31, 2024
1 parent 3fed43f commit d05ab4d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
3 changes: 1 addition & 2 deletions docs/examples/basic-price-oracle/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,10 @@ import (
"os"
"time"

"github.com/sirupsen/logrus"

"github.com/lightninglabs/taproot-assets/rfqmath"
"github.com/lightninglabs/taproot-assets/rfqmsg"
oraclerpc "github.com/lightninglabs/taproot-assets/taprpc/priceoraclerpc"
"github.com/sirupsen/logrus"
"google.golang.org/grpc"
"google.golang.org/grpc/credentials"
)
Expand Down
1 change: 0 additions & 1 deletion monitoring/monitoring_on.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
package monitoring

import (
//nolint:lll
grpc_prometheus "github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus"
"google.golang.org/grpc"
)
Expand Down
1 change: 0 additions & 1 deletion monitoring/prometheus.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (
"net/http"
"time"

//nolint:lll
grpc_prometheus "github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/collectors"
Expand Down
3 changes: 1 addition & 2 deletions rfq/oracle.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ import (
"context"
"crypto/tls"
"fmt"
"math"
"net/url"
"time"

"math"

"github.com/btcsuite/btcd/btcec/v2"
"github.com/lightninglabs/taproot-assets/asset"
"github.com/lightninglabs/taproot-assets/fn"
Expand Down

0 comments on commit d05ab4d

Please sign in to comment.