Format entire source code using make fmt
Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
@@ -4,7 +4,7 @@ package vers42
|
||||
* YAML data representations
|
||||
******/
|
||||
|
||||
//type nodeYaml struct {
|
||||
// type nodeYaml struct {
|
||||
type NodeYaml struct { // <-Needs to be exported
|
||||
NodeProfiles map[string]*NodeConf
|
||||
Nodes map[string]*NodeConf
|
||||
|
||||
@@ -4,7 +4,7 @@ package vers43
|
||||
* YAML data representations
|
||||
******/
|
||||
|
||||
//type nodeYaml struct {
|
||||
// type nodeYaml struct {
|
||||
type NodeYaml struct { // <- needs to be exported
|
||||
WWInternal int `yaml:"WW_INTERNAL"`
|
||||
NodeProfiles map[string]*NodeConf
|
||||
|
||||
Reference in New Issue
Block a user