This commit is contained in:
Gregory Kurtzer
2022-02-10 16:43:04 +00:00
parent b165928699
commit 93ff88d544

View File

@@ -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 {