mirror of
				https://github.com/coredns/coredns.git
				synced 2025-11-03 18:53:13 -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) {
 | 
					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 {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user