Commit 7843a2bd authored by Yong Tang's avatar Yong Tang Committed by GitHub

Small golint cleanup. (#338)

A small golint cleanup.
Signed-off-by: default avatarYong Tang <yong.tang.github@outlook.com>
parent d5362722
...@@ -9,7 +9,7 @@ import ( ...@@ -9,7 +9,7 @@ import (
) )
func TestTypifyNilMsg(t *testing.T) { func TestTypifyNilMsg(t *testing.T) {
var m *dns.Msg = nil var m *dns.Msg
ty, _ := Typify(m) ty, _ := Typify(m)
if ty != OtherError { if ty != OtherError {
......
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