Skip to content
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

Don't put function definition parentheses on multiple lines when no parens #838

Merged
merged 3 commits into from Dec 23, 2023

Conversation

JohnnyMorganz
Copy link
Owner

Fixes #830

Copy link

codecov bot commented Dec 23, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (987c489) 97.02% compared to head (85caf11) 97.03%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #838   +/-   ##
=======================================
  Coverage   97.02%   97.03%           
=======================================
  Files          16       16           
  Lines        5991     5995    +4     
=======================================
+ Hits         5813     5817    +4     
  Misses        178      178           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@JohnnyMorganz JohnnyMorganz merged commit ee290b0 into main Dec 23, 2023
17 of 19 checks passed
@JohnnyMorganz JohnnyMorganz deleted the function-body-parens branch December 23, 2023 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Function definition for a very long variable name results into only closing bracket moved to the next line
1 participant