run gofmt

This commit is contained in:
umarcor 2021-08-17 15:05:17 +02:00
parent 9c1de95288
commit 38db4b7689
2 changed files with 2 additions and 0 deletions

View file

@ -1,3 +1,4 @@
//go:build !windows
// +build !windows
package cobra

View file

@ -1,3 +1,4 @@
//go:build windows
// +build windows
package cobra