From 345af05f09f52c45ead7f80ae61b4f3ef0b56d39 Mon Sep 17 00:00:00 2001 From: "Daniel A. Nagy" Date: Mon, 11 May 2015 17:40:43 +0200 Subject: [PATCH] fmt import removed --- bzz/dbstore.go | 1 - 1 file changed, 1 deletion(-) diff --git a/bzz/dbstore.go b/bzz/dbstore.go index 87337c5fa7..76797eb00c 100644 --- a/bzz/dbstore.go +++ b/bzz/dbstore.go @@ -5,7 +5,6 @@ package bzz import ( "bytes" "encoding/binary" - "fmt" "sync" "github.com/ethereum/go-ethereum/ethdb"