mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 17:33:47 +00:00
swarm/api: remove extra blank line in comment
This commit is contained in:
parent
20aece618b
commit
b8af3c9eae
1 changed files with 0 additions and 1 deletions
|
|
@ -58,7 +58,6 @@ type URI struct {
|
||||||
// * <scheme>://<addr>
|
// * <scheme>://<addr>
|
||||||
// * <scheme>://<addr>/<path>
|
// * <scheme>://<addr>/<path>
|
||||||
//
|
//
|
||||||
|
|
||||||
// with scheme one of bzz, bzz-raw, bzz-immutable, bzz-list or bzz-hash
|
// with scheme one of bzz, bzz-raw, bzz-immutable, bzz-list or bzz-hash
|
||||||
// or deprecated ones bzzr and bzzi
|
// or deprecated ones bzzr and bzzi
|
||||||
func Parse(rawuri string) (*URI, error) {
|
func Parse(rawuri string) (*URI, error) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue