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

[question] Why a blank line will be generated at the end #9

Closed
Freed-Wu opened this issue Sep 29, 2021 · 1 comment · Fixed by #10
Closed

[question] Why a blank line will be generated at the end #9

Freed-Wu opened this issue Sep 29, 2021 · 1 comment · Fixed by #10

Comments

@Freed-Wu
Copy link

test.py

def f(x):
    return x

after coc-pydocstring:

def f(x):
    """f.

    :param x:
    """
    return x

A blank line occurs after return x.

Can it be deleted?

Thanks!

@yaegassy
Copy link
Owner

Thanks for reporting the issue. 🙇 I fixed it!

Run :CocUpdate to update the "coc-pydocstring".

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 a pull request may close this issue.

2 participants