From 08647ec58034ecdc4ea60e7eb37c9e91fff784d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Mon, 16 Mar 2015 19:43:02 +0100 Subject: Run go fmt --- common/ntor/ntor.go | 1 + 1 file changed, 1 insertion(+) (limited to 'common/ntor') diff --git a/common/ntor/ntor.go b/common/ntor/ntor.go index f17e464..4f6ab27 100644 --- a/common/ntor/ntor.go +++ b/common/ntor/ntor.go @@ -146,6 +146,7 @@ func NodeIDFromHex(encoded string) (*NodeID, error) { return NewNodeID(raw) } + // Bytes returns a pointer to the raw NodeID. func (id *NodeID) Bytes() *[NodeIDLength]byte { return (*[NodeIDLength]byte)(id) -- cgit v1.2.3