Skip to content

Commit

Permalink
fix: gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
novln committed Mar 20, 2019
1 parent 182f06d commit 4915d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reflectx/fields.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func GetFieldValueWithIndexes(value reflect.Value, indexes []int) (interface{},
if !value.CanInterface() {
return nil, errors.Errorf("makroud: cannot find required field in %T", value)
}

return value.Interface(), nil
}

Expand Down

0 comments on commit 4915d2d

Please sign in to comment.