]> Cypherpunks.ru repositories - nncp.git/commitdiff
Gofmt
authorSergey Matveev <stargrave@stargrave.org>
Fri, 28 Apr 2017 13:20:46 +0000 (16:20 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 28 Apr 2017 13:20:46 +0000 (16:20 +0300)
src/cypherpunks.ru/nncp/cmd/nncp-file/main.go

index 7256bcf5ee9e453bac886658706c50bdc3d62954..842f709ed0e3eb68401e18d1af4e755e42274934 100644 (file)
@@ -103,7 +103,7 @@ func main() {
                        flag.Arg(0),
                        splitted[1],
                        int64(*minSize),
-                       int64(*chunkSize) * 1024,
+                       int64(*chunkSize)*1024,
                )
        }
        if err != nil {