On Thu Jan 7, 2021 at 11:38 AM CET, Simon Ser wrote:
> This fixes up the wrong line -- now there are two lines with spaces> instead of tabs.>> You can use `go fmt ./...` to fix everything.
Thanks for letting me know. Fixed in another patch.
On Thu Jan 7, 2021 at 11:58 AM CET, Robin Opletal wrote:
> On Thu Jan 7, 2021 at 11:38 AM CET, Simon Ser wrote:> > This fixes up the wrong line -- now there are two lines with spaces> > instead of tabs.> >> > You can use `go fmt ./...` to fix everything.>> Thanks for letting me know. Fixed in another patch.
It would also be good if I started using git commit --ammend, huh....