Browse Source

remove typo

AlteredCoder 5 years ago
parent
commit
4e8a86acad
1 changed files with 1 additions and 2 deletions
  1. 1 2
      pkg/outputs/ouputs.go

+ 1 - 2
pkg/outputs/ouputs.go

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