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 collapsed if stmt formatting when block begins with empty line #753

Merged
merged 4 commits into from
Sep 2, 2023

Conversation

JohnnyMorganz
Copy link
Owner

Fixes #744

@codecov
Copy link

codecov bot commented Sep 2, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (fb5a277) 97.59% compared to head (32e06a4) 97.59%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #753   +/-   ##
=======================================
  Coverage   97.59%   97.59%           
=======================================
  Files          16       16           
  Lines        6119     6121    +2     
=======================================
+ Hits         5972     5974    +2     
  Misses        147      147           
Files Changed Coverage Δ
src/formatters/stmt.rs 98.78% <100.00%> (+<0.01%) ⬆️

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

@github-actions
Copy link
Contributor

github-actions bot commented Sep 2, 2023

Repo Comparison Test

No diff produced

@JohnnyMorganz JohnnyMorganz merged commit a0d1b5d into main Sep 2, 2023
15 checks passed
@JohnnyMorganz JohnnyMorganz deleted the simple-conditional-collapse branch September 2, 2023 00:50
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.

Bug: Incorrect Formatting
1 participant