Merge pull request #3218 from kenji-isuntv/develop

internal/debug, internal/ethapi, rpc, swarm/storage: go fmt
This commit is contained in:
Péter Szilágyi
2016-11-01 13:16:22 +02:00
committed by GitHub
4 changed files with 24 additions and 25 deletions

View File

@ -28,7 +28,6 @@ import (
"time" "time"
) )
/* /*
Tests TreeChunker by splitting and joining a random byte slice Tests TreeChunker by splitting and joining a random byte slice
*/ */