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

@@ -1,7 +1,6 @@
package warewulfconf
import (
"github.com/hpcng/warewulf/internal/pkg/util"
"github.com/hpcng/warewulf/internal/pkg/wwlog"
)
@@ -51,7 +50,7 @@ func init() {
//TODO: Check to make sure nodes.conf is found
if util.IsFile(ConfigFile) == false {
wwlog.Printf(wwlog.ERROR, "Configuration file not found: %s\n", ConfigFile)
// fail silently as this also called by bash_completion
return
// fail silently as this also called by bash_completion
return
}
}