Bläddra i källkod

Fixed formatting.

Dmitry Panov 5 år sedan
förälder
incheckning
28cf031cb8
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      object_goreflect_test.go

+ 1 - 1
object_goreflect_test.go

@@ -1089,7 +1089,7 @@ func TestGoReflectSymbols(t *testing.T) {
 }
 
 func TestGoReflectSymbolEqualityQuirk(t *testing.T) {
-	type Field struct{
+	type Field struct {
 	}
 	type S struct {
 		Field *Field