update
parent
b701d9f094
commit
5d5c77897e
|
@ -36,7 +36,7 @@ func Pretty(content []byte) (*Content, string, error) {
|
|||
|
||||
kind := reflect.ValueOf(data).Kind()
|
||||
|
||||
if kind.String() == "invalid" {
|
||||
if kind == reflect.Invalid {
|
||||
return &Content{}, "", nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue