Skip to content

Commit f262b4e

Browse files
committed
Clippy
1 parent 49f6c73 commit f262b4e

File tree

1 file changed

+1
-1
lines changed
  • lib/executor/src/executors

1 file changed

+1
-1
lines changed

lib/executor/src/executors/map.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ impl SubgraphExecutorMap {
6969
BooleanOrExpression::Boolean(b) => BooleanOrProgram::Boolean(*b),
7070
BooleanOrExpression::Expression { expression } => {
7171
let program = compile_expression(expression, None)
72-
.map_err(|err| SubgraphExecutorError::HMACExpressionBuild(err))?;
72+
.map_err(SubgraphExecutorError::HMACExpressionBuild)?;
7373
BooleanOrProgram::Program(Box::new(program))
7474
}
7575
};

0 commit comments

Comments
 (0)