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

Fix call parens unnecessarily expanded new line #474

Merged
merged 1 commit into from Jun 25, 2022

Conversation

JohnnyMorganz
Copy link
Owner

Fixes #473

@codecov
Copy link

codecov bot commented Jun 25, 2022

Codecov Report

Merging #474 (87d8e3b) into master (11439aa) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #474   +/-   ##
=======================================
  Coverage   97.48%   97.48%           
=======================================
  Files          14       14           
  Lines        4976     4978    +2     
=======================================
+ Hits         4851     4853    +2     
  Misses        125      125           
Impacted Files Coverage Δ
src/formatters/functions.rs 98.60% <100.00%> (+<0.01%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 11439aa...87d8e3b. Read the comment docs.

@JohnnyMorganz JohnnyMorganz merged commit e59603b into master Jun 25, 2022
@JohnnyMorganz JohnnyMorganz deleted the call-multiline-comment branch June 25, 2022 14:15
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.

Parentheses of call with commented out args placed on newline unnecessarily
1 participant