Browse Source

Fixed formatting.

Dmitry Panov 5 years ago
parent
commit
28cf031cb8
1 changed files with 1 additions and 1 deletions
  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