whitespace

This commit is contained in:
Sam Woodard 2015-07-12 08:00:53 -07:00
parent e7bfab161c
commit 9b34096108
1 changed files with 0 additions and 1 deletions

View File

@ -122,7 +122,6 @@ func visitModelNode(model interface{}, sideload bool) (*Node, []*Node, error) {
node.Attributes[args[1]] = fieldValue.Interface()
}
} else if annotation == "relation" {
isSlice := fieldValue.Type().Kind() == reflect.Slice
if (isSlice && fieldValue.Len() < 1) || (!isSlice && fieldValue.IsNil()) {