aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/storage
diff options
context:
space:
mode:
authorKenji Siu <kenji@isuntv.com>2016-11-01 17:23:24 +0800
committerKenji Siu <kenji@isuntv.com>2016-11-01 18:40:36 +0800
commitd85d3c74db4ddb179366587e5c3afb048e85b50a (patch)
tree60ccf2ce3cbccc364f7494965d987bb755351b1e /swarm/storage
parent4dc1fb923ab77fe564bdda25f36744dffa235045 (diff)
downloadgo-tangerine-d85d3c74db4ddb179366587e5c3afb048e85b50a.tar
go-tangerine-d85d3c74db4ddb179366587e5c3afb048e85b50a.tar.gz
go-tangerine-d85d3c74db4ddb179366587e5c3afb048e85b50a.tar.bz2
go-tangerine-d85d3c74db4ddb179366587e5c3afb048e85b50a.tar.lz
go-tangerine-d85d3c74db4ddb179366587e5c3afb048e85b50a.tar.xz
go-tangerine-d85d3c74db4ddb179366587e5c3afb048e85b50a.tar.zst
go-tangerine-d85d3c74db4ddb179366587e5c3afb048e85b50a.zip
internal/debug, internal/ethapi, rpc, swarm/storage: Ran "go fmt"
Diffstat (limited to 'swarm/storage')
-rw-r--r--swarm/storage/chunker_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/swarm/storage/chunker_test.go b/swarm/storage/chunker_test.go
index 4f05cd1cc..40f870246 100644
--- a/swarm/storage/chunker_test.go
+++ b/swarm/storage/chunker_test.go
@@ -28,7 +28,6 @@ import (
"time"
)
-
/*
Tests TreeChunker by splitting and joining a random byte slice
*/