Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Amit Zafran committed May 12, 2024
1 parent 72c1c6c commit 3e4f397
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ecosystem/cache/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ func (cs *CacheServer) Serve(ctx context.Context,
var lis net.Listener
var err error
if strings.HasPrefix(listenAddr, unixPrefix) { // Unix socket

host, port, err := net.SplitHostPort(listenAddr)
if err != nil {
utils.LavaFormatFatal("Failed to parse Unix socket: %v\n", err)
Expand Down

0 comments on commit 3e4f397

Please sign in to comment.