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

add a newline #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

add a newline #4

wants to merge 1 commit into from

Conversation

iMega
Copy link
Owner

@iMega iMega commented Feb 16, 2021

Before declaration a function or if statement or return statement
if previous statement is not assignment or newline then a newline
will be added before it.

Signed-off-by: Dmitry Stoletov irvis@imega.ru

Before declaration a function or if statement or return statement
if previous statement is not assignment or newline then a newline
will be added before it.

Signed-off-by: Dmitry Stoletov <irvis@imega.ru>
@codecov-io
Copy link

Codecov Report

Merging #4 (aa5fe93) into master (5eb958e) will decrease coverage by 0.27%.
The diff coverage is 38.88%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #4      +/-   ##
==========================================
- Coverage   71.15%   70.87%   -0.28%     
==========================================
  Files          28       28              
  Lines        1449     1456       +7     
==========================================
+ Hits         1031     1032       +1     
- Misses        279      282       +3     
- Partials      139      142       +3     
Impacted Files Coverage Δ
formatter/body.go 73.86% <28.57%> (-6.66%) ⬇️
formatter/exp.go 82.23% <50.00%> (+0.53%) ⬆️
formatter/fieldlist.go 75.15% <100.00%> (-0.31%) ⬇️
formatter/statement_if.go 47.10% <100.00%> (ø)

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 5eb958e...aa5fe93. Read the comment docs.

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.

None yet

3 participants