traefik / yaegi

Yaegi is Another Elegant Go Interpreter
https://pkg.go.dev/github.com/traefik/yaegi
Apache License 2.0
6.94k stars 343 forks source link

Remove unnecessary additional newlines in extract generated interface wrappers #1641

Closed kkoreilly closed 1 month ago

kkoreilly commented 2 months ago

A side effect of #1281 is that it added unnecessary additional newlines in generated interface wrappers from the extract tool. This PR removes those newlines from the extract tool template and updates the generated code with that change.

CLAassistant commented 2 months ago

CLA assistant check
All committers have signed the CLA.

mvertes commented 1 month ago

@mmatur could you please, or someone with admin permissions, check the CLA status?

It seems to be signed but is still not reported, blocking this PR and others to be merged?

Thanks!

mmatur commented 1 month ago

@mmatur could you please, or someone with admin permissions, check the CLA status?

It seems to be signed but is still not reported, blocking this PR and others to be merged?

Thanks!

Hi @mvertes,

I fixed the issue regarding CLA, sorry about that.

Thanks