We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fabcdd commit 850b3e2Copy full SHA for 850b3e2
1 file changed
ipp.go
@@ -493,7 +493,6 @@ func (attrs ippAttrs) getBool(name string) string {
493
// Get attribute's value by attribute name
494
// Value type is checked and enforced
495
func (attrs ippAttrs) getAttr(t goipp.Type, name string) []goipp.Value {
496
-
497
v, ok := attrs[name]
498
if ok && v[0].V.Type() == t {
499
var vals []goipp.Value
0 commit comments