mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-07 12:37:48 +00:00
More coverage tuning and cleaning
Signed-off-by: quobix <dave@quobix.com>
This commit is contained in:
@@ -401,8 +401,6 @@ func ExtractArray[T Buildable[N], N any](ctx context.Context, label string, root
|
||||
if !utils.IsNodeArray(vn) {
|
||||
return []ValueReference[T]{}, nil, nil,
|
||||
fmt.Errorf("array build failed, input is not an array, line %d, column %d", vn.Line, vn.Column)
|
||||
} else {
|
||||
vn = fvn
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user