Fixed a couple of typos

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker
2021-01-17 11:53:47 -03:00
committed by Christian Muehlhaeuser
parent e9efdf841b
commit b2d948b53c
3 changed files with 8 additions and 8 deletions

View File

@@ -6,4 +6,4 @@ import "io"
// enableAnsiColors is only needed for Windows, so for other systems this is
// a no-op.
func enableAnsiColors(w io.Writer) {}
func enableAnsiColors(_ io.Writer) {}