Pull request: all: upd go, minor imp
Merge in DNS/adguard-home from minor-imp to master Squashed commit of the following: commit c5b9e2a15290760b2782acc0c08df3fe57356500 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Fri Dec 10 14:23:28 2021 +0300 all: upd go, minor imp
This commit is contained in:
@@ -651,7 +651,7 @@ func newRuleStorage(filters []Filter) (rs *filterlist.RuleStorage, err error) {
|
||||
|
||||
rs, err = filterlist.NewRuleStorage(lists)
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("creating rule stroage: %w", err)
|
||||
return nil, fmt.Errorf("creating rule storage: %w", err)
|
||||
}
|
||||
|
||||
return rs, nil
|
||||
|
||||
Reference in New Issue
Block a user