Run gofmt -w -s (#971)

mechanical run of gofmt.

Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
Miek Gieben 2019-05-20 07:44:53 +01:00 committed by GitHub
parent 0930b62a13
commit 087e486609
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 24 deletions

View File

@ -220,11 +220,11 @@ func TestUnpackDomainName(t *testing.T) {
func TestPackDomainNameCompressionMap(t *testing.T) {
expected := map[string]struct{}{
`www\.this.is.\131an.example.org.`: struct{}{},
`is.\131an.example.org.`: struct{}{},
`\131an.example.org.`: struct{}{},
`example.org.`: struct{}{},
`org.`: struct{}{},
`www\.this.is.\131an.example.org.`: {},
`is.\131an.example.org.`: {},
`\131an.example.org.`: {},
`example.org.`: {},
`org.`: {},
}
msg := make([]byte, 256)