Skip to content

Commit 98d2462

Browse files
committed
Merge branch 'remove_matches_from_builder' of github.com:yctercero/kibana into remove_matches_from_builder
2 parents cdc29f6 + 8367a9c commit 98d2462

File tree

1 file changed

+3
-3
lines changed
  • packages/kbn-securitysolution-list-utils/src/autocomplete_operators

1 file changed

+3
-3
lines changed

packages/kbn-securitysolution-list-utils/src/autocomplete_operators/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ export const EVENT_FILTERS_OPERATORS: OperatorOption[] = [
103103
];
104104

105105
/*
106-
* !IMPORTANT! - Please only add to this list if it is an operator
107-
* supported by the detection engine.
108-
*/
106+
* !IMPORTANT! - Please only add to this list if it is an operator
107+
* supported by the detection engine.
108+
*/
109109
export const EXCEPTION_OPERATORS: OperatorOption[] = [
110110
isOperator,
111111
isNotOperator,

0 commit comments

Comments
 (0)