Skip to content

Commit 850b3e2

Browse files
committed
Cosmetic
1 parent 2fabcdd commit 850b3e2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ipp.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,6 @@ func (attrs ippAttrs) getBool(name string) string {
493493
// Get attribute's value by attribute name
494494
// Value type is checked and enforced
495495
func (attrs ippAttrs) getAttr(t goipp.Type, name string) []goipp.Value {
496-
497496
v, ok := attrs[name]
498497
if ok && v[0].V.Type() == t {
499498
var vals []goipp.Value

0 commit comments

Comments
 (0)