Skip to content

Commit 413ce50

Browse files
authored
Merge branch 'main' into gis-8971
2 parents d552a97 + faf6a1b commit 413ce50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uncoder-core/app/translator/platforms/elasticsearch/renders/elasticsearch_eql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,4 @@ def generate_prefix(self, log_source_signature: Optional[LogSourceSignature], fu
134134

135135
def in_brackets(self, raw_list: list[QUERY_TOKEN_TYPE]) -> list[QUERY_TOKEN_TYPE]:
136136
return [Identifier(token_type=GroupType.L_PAREN), *raw_list, Identifier(token_type=GroupType.R_PAREN)]
137-
137+

0 commit comments

Comments
 (0)