Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Mitri <[email protected]>
  • Loading branch information
pet-mit committed Feb 6, 2025
1 parent 4c6e1b3 commit 6bf66a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions src/expressions/NodeRegistry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@

namespace Antares::Expressions
{
NodeRegistry::NodeRegistry(Antares::Expressions::Nodes::Node* node,
Antares::Expressions::Registry<Antares::Expressions::Nodes::Node> registry):
NodeRegistry::NodeRegistry(
Antares::Expressions::Nodes::Node* node,
Antares::Expressions::Registry<Antares::Expressions::Nodes::Node> registry):
node(node),
registry(std::move(registry))
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ struct NodeVisitsProvider
{
std::unordered_map<std::type_index, FunctionT> nodeDispatchFunctions;
(
[&nodeDispatchFunctions]
{
[&nodeDispatchFunctions] {
nodeDispatchFunctions[typeid(NodeTypes)] = &tryVisit<R,
NodeVisitor<R, Args...>,
NodeTypes>;
Expand Down

0 comments on commit 6bf66a6

Please sign in to comment.