swarm/api: remove extra blank line in comment

This commit is contained in:
Janos Guljas 2017-12-19 23:00:13 +01:00
parent 20aece618b
commit b8af3c9eae

View file

@ -58,7 +58,6 @@ type URI struct {
// * <scheme>://<addr>
// * <scheme>://<addr>/<path>
//
// 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) {