terraform: style, multiline a long line
This commit is contained in:
parent
9e05badb09
commit
80c129a961
|
@ -28,7 +28,9 @@ func (b *BasicGraphBuilder) Build(path []string) (*Graph, error) {
|
||||||
return g, err
|
return g, err
|
||||||
}
|
}
|
||||||
|
|
||||||
log.Printf("[TRACE] Graph after step %T:\n\n%s", step, g.String())
|
log.Printf(
|
||||||
|
"[TRACE] Graph after step %T:\n\n%s",
|
||||||
|
step, g.String())
|
||||||
}
|
}
|
||||||
|
|
||||||
// Validate the graph structure
|
// Validate the graph structure
|
||||||
|
|
Loading…
Reference in New Issue