Fixed formatting across entire project

This commit is contained in:
Gregory Kurtzer
2021-08-21 08:04:47 -07:00
parent 4d37c87c7b
commit a82e1b0ea5
20 changed files with 41 additions and 40 deletions

View File

@@ -3,8 +3,8 @@ package main
import (
"fmt"
"os"
"github.com/hpcng/warewulf/internal/app/wwctl"
"os"
)
func main() {

View File

@@ -2,13 +2,13 @@
package main
import (
"fmt"
"os"
"fmt"
"github.com/hpcng/warewulf/internal/app/wwctl"
"os"
)
func main() {
if err := wwctl.GenManTree(os.Args[1]); err != nil {
fmt.Println(err)
return

View File

@@ -9,4 +9,3 @@ func main() {
root.Execute()
}