cleanup and formatting

This commit is contained in:
Jeffrey Picard 2021-09-21 14:02:09 -04:00
parent fdbd7ec509
commit 4f7d3b20c8
2 changed files with 13 additions and 13 deletions

View file

@ -151,7 +151,6 @@ func parseArgs(searchRequest *pb.SearchRequest) *server.Args {
searchRequest.ChannelId = &pb.InvertibleField{Invert: false, Value: *channelIds}
}
return args
}

View file

@ -7,12 +7,13 @@ import (
"os"
"regexp"
"net/http"
"time"
pb "github.com/lbryio/hub/protobuf/go"
"github.com/olivere/elastic/v7"
"github.com/prometheus/client_golang/prometheus/promhttp"
"google.golang.org/grpc"
"net/http"
"time"
)
type Server struct {