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

Merge branch 'main' of https://github.com/JohnnyMorganz/StyLua into s…

32e06a4
Select commit
Loading
Failed to load commit list.
Merged

Fix collapsed if stmt formatting when block begins with empty line #753

Merge branch 'main' of https://github.com/JohnnyMorganz/StyLua into s…
32e06a4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 2, 2023 in 0s

97.59% (+0.00%) compared to fb5a277

View this Pull Request on Codecov

97.59% (+0.00%) compared to fb5a277

Details

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.