carvel-dev / ytt

YAML templating tool that works on YAML structure instead of text
https://carvel.dev/ytt
Apache License 2.0
1.68k stars 137 forks source link

Reformatting comments as per go fmt #776

Closed rohitagg2020 closed 1 year ago

rohitagg2020 commented 1 year ago

Reformatting comments as per go fmt.

It seems like with go 1.19.3, go fmt has bit of tweak w.r.t. some of the comments.

This is the PR for comments to be on the similar lines as output of go fmt.

pivotaljohn commented 1 year ago

LGTM!

BTW, @praveenrewar made a really valid point in a sister PR that just didn't occur to me: that while the version bump and formatting changes (for history's readability's sake) should be in separate commits, that they prolly go together in a single PR.

Next time.

For now, this seems perfectly fine. 😁

Thanks for the help!