-
Notifications
You must be signed in to change notification settings - Fork 21
Uniformize Attribute Group Usage #207
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
Conversation
Codecov Report
@@ Coverage Diff @@
## latest #207 +/- ##
==========================================
- Coverage 72.3% 70.25% -2.06%
==========================================
Files 218 218
Lines 3723 3927 +204
==========================================
+ Hits 2692 2759 +67
- Misses 1031 1168 +137
Continue to review full report at Codecov.
|
| style: ArrowStyle? = nil, | ||
| position: Position? = nil, | ||
| printStyle: PrintStyle? = nil, | ||
| position: Position = Position(), |
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.
Nit: whitespace
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.
Hit this on your next pass!
|
This is excellent, @bwetherfield. Thanks! |
Attribute groups are labeled
: AttributeGroupinternally, and are non-Optional when appearing as attribute group values.