Browse Source

ptypes: ran gofmt on any_test.go

ia 7 years ago
parent
commit
9f81198da9
1 changed files with 0 additions and 1 deletions
  1. 0 1
      ptypes/any_test.go

+ 0 - 1
ptypes/any_test.go

@@ -80,7 +80,6 @@ func TestIsDifferentUrlPrefixes(t *testing.T) {
 	}
 }
 
-
 func TestIsCornerCases(t *testing.T) {
 	m := &pb.FileDescriptorProto{}
 	if Is(nil, m) {