monitoring: run go fmt

This commit is contained in:
Johan T. Halseth 2020-11-24 12:35:05 +01:00
parent 892635a93d
commit c3b20e34a7
No known key found for this signature in database
GPG Key ID: 15BAADA29DA20D26

View File

@ -8,7 +8,7 @@ import (
"google.golang.org/grpc" "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/lightningnetwork/lnd/lncfg"
"github.com/prometheus/client_golang/prometheus/promhttp" "github.com/prometheus/client_golang/prometheus/promhttp"
) )