diff --git a/internal/pkg/node/methods.go b/internal/pkg/node/methods.go index 0c2cdf99..58a457b6 100644 --- a/internal/pkg/node/methods.go +++ b/internal/pkg/node/methods.go @@ -137,10 +137,7 @@ func (ent *Entry) Print() string { } func (ent *Entry) PrintB() bool { - if ent.GetB() { - return true - } - return false + return ent.GetB() } func (ent *Entry) Source() string {