remove typo

This commit is contained in:
AlteredCoder 2020-06-03 12:39:16 +02:00
parent 1272531c96
commit 4e8a86acad

View file

@ -283,8 +283,7 @@ func (o *Output) Delete(target string) (int, error) {
func (o *Output) DeleteAll() error {
err := o.bManager.DeleteAll()
return err
}FR
}
func (o *Output) Insert(sig types.SignalOccurence) error {
err := o.bManager.Insert(sig)