-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
fix(codegen): alignment of struct fields #285
fix(codegen): alignment of struct fields #285
Conversation
Codecov Report
@@ Coverage Diff @@
## master #285 +/- ##
=======================================
Coverage 79.39% 79.39%
=======================================
Files 220 220
Lines 13004 13004
=======================================
Hits 10324 10324
Misses 2680 2680
Continue to review full report at Codecov.
|
25f6894
to
64942d9
Compare
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.
This looks very good! Thanks! 👍
Most of my comments are about adding some comments, I find it hard to figure out exactly what is going on.
64942d9
to
2ce4f50
Compare
2ce4f50
to
b70fe84
Compare
b70fe84
to
48e1a86
Compare
Fixes #274.