]> Sergey Matveev's repositories - tofuproxy.git/blobdiff - cmd/warc-extract/main.go
Redundant return
[tofuproxy.git] / cmd / warc-extract / main.go
index d207273e2ee95f8d349ae3ae16607ce2bcf09c07..abb1618ea40a1faae7489d672eb03f5d70576a0b 100644 (file)
@@ -119,5 +119,4 @@ func main() {
                        io.Copy(os.Stdout, r)
                }
        }
-       return
 }