remove typo
This commit is contained in:
parent
1272531c96
commit
4e8a86acad
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue