瀏覽代碼

Fixed formatting.

Dmitry Panov 5 年之前
父節點
當前提交
28cf031cb8
共有 1 個文件被更改,包括 1 次插入1 次删除
  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) {
 func TestGoReflectSymbolEqualityQuirk(t *testing.T) {
-	type Field struct{
+	type Field struct {
 	}
 	}
 	type S struct {
 	type S struct {
 		Field *Field
 		Field *Field