Merge pull request #101 from HugePages/patch-1

修改代码排版
This commit is contained in:
Xargin 2022-03-26 22:56:58 +08:00 committed by GitHub
commit 3589f17b08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,7 @@ func Equal(x, y interface{}) bool {
type comparison struct {
x, y unsafe.Pointer
treflect.Type
t reflect.Type
}
```