mirror of
https://github.com/coredns/coredns.git
synced 2025-11-02 10:13:14 -05:00
Small golint cleanup. (#338)
A small golint cleanup. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
)
|
||||
|
||||
func TestTypifyNilMsg(t *testing.T) {
|
||||
var m *dns.Msg = nil
|
||||
var m *dns.Msg
|
||||
|
||||
ty, _ := Typify(m)
|
||||
if ty != OtherError {
|
||||
|
||||
Reference in New Issue
Block a user