Revert accidental changes to vendor/

This commit is contained in:
Danielle Tomlinson
2018-11-30 11:01:09 +01:00
parent 17d14d7f52
commit ca91d503ed
2 changed files with 2 additions and 2 deletions

View File

@@ -26,4 +26,4 @@ func extendMatch(src []byte, i, j int) int
// encodeBlock has the same semantics as in encode_other.go.
//
//go:noescape
func encodeBlock(dst, src []byte) (d int)
func encodeBlock(dst, src []byte) (d int)

View File

@@ -189,4 +189,4 @@ func (k *KeyManager) ListKeysWithOptions(opts *KeyRequestOptions) (*KeyResponse,
defer k.l.RUnlock()
return k.handleKeyRequest("", listKeysQuery, opts)
}
}