Skip to content

Commit 562937e

Browse files
committed
chore: cargo fmt
1 parent c10921b commit 562937e

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

  • packages/eql-mapper/src/inference/infer_type_impls

packages/eql-mapper/src/inference/infer_type_impls/expr.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,7 @@ impl<'ast> InferType<'ast, Expr> for TypeInferencer<'ast> {
3030
}
3131

3232
Expr::QualifiedWildcard(object_name, _) => {
33-
self.unify_node_with_type(
34-
expr_val,
35-
self.resolve_qualified_wildcard(object_name)?,
36-
)?;
33+
self.unify_node_with_type(expr_val, self.resolve_qualified_wildcard(object_name)?)?;
3734
}
3835

3936
Expr::JsonAccess { .. } => {

0 commit comments

Comments
 (0)