Commit d49c352d authored by Juan Batiz-Benet's avatar Juan Batiz-Benet Committed by Brian Tiger Chow

lint nit

parent cc85969f
......@@ -211,7 +211,7 @@ func (dht *IpfsDHT) handleGetValue(p *peer.Peer, pmes *Message) (*Message, error
// first, is the key even a key?
key := pmes.GetKey()
if key == "" {
return nil, errors.New("handleGetValue but no key was provided.")
return nil, errors.New("handleGetValue but no key was provided")
}
// let's first check if we have the value locally.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment