From 11e1080b4089ccddab1b4b6ca01af95b8a944330 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Tue, 19 Oct 2021 13:39:31 +1100 Subject: [PATCH] go fmt --- spec.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.go b/spec.go index a69e2093..60c774cf 100644 --- a/spec.go +++ b/spec.go @@ -30,7 +30,7 @@ type TorrentSpec struct { ChunkSize pp.Integer // TODO: Move into a "new" Torrent opt type. Storage storage.ClientImpl - + DisableInitialPieceCheck bool // Whether to allow data download or upload -- 2.48.1