Skip to content

Commit

Permalink
pr feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Dec 10, 2024
1 parent 019e87c commit ab8f7f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/include/Acts/Geometry/StaticBlueprintNode.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class StaticBlueprintNode : public BlueprintNode {

std::unique_ptr<PortalShellBase> m_shell;

std::shared_ptr<NavigationPolicyFactory> m_navigationPolicyFactory = nullptr;
std::shared_ptr<NavigationPolicyFactory> m_navigationPolicyFactory;
};

} // namespace Acts

0 comments on commit ab8f7f9

Please sign in to comment.