修改代码排版

pull/101/head
张羽 2022-03-02 10:52:33 +08:00 committed by GitHub
parent 18558f82c7
commit a581948d2c
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
}
```