Merge pull request #101 from HugePages/patch-1

修改代码排版
pull/103/head
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
1 changed files with 1 additions and 1 deletions

View File

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