From b8af3c9eaeb5ff00c60a22ee7d26764479cdf4a7 Mon Sep 17 00:00:00 2001 From: Janos Guljas Date: Tue, 19 Dec 2017 23:00:13 +0100 Subject: [PATCH] swarm/api: remove extra blank line in comment --- swarm/api/uri.go | 1 - 1 file changed, 1 deletion(-) diff --git a/swarm/api/uri.go b/swarm/api/uri.go index f521ac316d..d8aafedf41 100644 --- a/swarm/api/uri.go +++ b/swarm/api/uri.go @@ -58,7 +58,6 @@ type URI struct { // * :// // * :/// // - // with scheme one of bzz, bzz-raw, bzz-immutable, bzz-list or bzz-hash // or deprecated ones bzzr and bzzi func Parse(rawuri string) (*URI, error) {