-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: Remove redundant default-constructor factory for Nav delegate #2741
refactor: Remove redundant default-constructor factory for Nav delegate #2741
Conversation
📊: Physics performance monitoring for 69d9e7dphysmon summary
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2741 +/- ##
==========================================
- Coverage 48.62% 48.62% -0.01%
==========================================
Files 479 479
Lines 27946 27942 -4
Branches 13215 13213 -2
==========================================
- Hits 13590 13588 -2
Misses 4793 4793
+ Partials 9563 9561 -2 ☔ View full report in Codecov by Sentry. |
@asalzburger could you have a look at this? It's a small change. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No issue here!
…te (acts-project#2741) The default constructor of `Delegate` already produces an unconnected delegate.
The default constructor of
Delegate
already produces an unconnected delegate.