Skip to content

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

Merged
JohnnyMorganz merged 3 commits intomainfrom
function-body-parens
Dec 23, 2023
Merged

Don't put function definition parentheses on multiple lines when no parens#838
JohnnyMorganz merged 3 commits intomainfrom
function-body-parens

Conversation

@JohnnyMorganz
Copy link
Copy Markdown
Owner

Fixes #830

@codecov
Copy link
Copy Markdown

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
@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