Browse Source

monitoring: run go fmt

master
Johan T. Halseth 3 years ago
parent
commit
c3b20e34a7
No known key found for this signature in database
GPG Key ID: 15BAADA29DA20D26
  1. 2
      monitoring/monitoring_on.go

2
monitoring/monitoring_on.go

@ -8,7 +8,7 @@ import (
"google.golang.org/grpc"
"github.com/grpc-ecosystem/go-grpc-prometheus"
grpc_prometheus "github.com/grpc-ecosystem/go-grpc-prometheus"
"github.com/lightningnetwork/lnd/lncfg"
"github.com/prometheus/client_golang/prometheus/promhttp"
)

Loading…
Cancel
Save