Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/20-feature-use-expressio…
Browse files Browse the repository at this point in the history
…n-trees-v2' into feature/20-feature-use-expression-trees-v2
  • Loading branch information
MattEdwardsWaggleBee committed Nov 27, 2024
2 parents 95455ce + 18f6635 commit 8d0433e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Linq.Expressions;
using System.Linq.Expressions;
using Hyperbee.Pipeline.Context;
using Hyperbee.Pipeline.Extensions.Implementation;
using static System.Linq.Expressions.Expression;
Expand Down
2 changes: 1 addition & 1 deletion src/Hyperbee.Pipeline/Binders/CallBlockBinder.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Linq.Expressions;
using System.Linq.Expressions;
using Hyperbee.Pipeline.Binders.Abstractions;
using Hyperbee.Pipeline.Context;
using static System.Linq.Expressions.Expression;
Expand Down

0 comments on commit 8d0433e

Please sign in to comment.