diff options
Diffstat (limited to 'swarm/storage')
-rw-r--r-- | swarm/storage/chunker_test.go | 1 |
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 */ |