terraform: style, multiline a long line

This commit is contained in:
Mitchell Hashimoto 2015-03-02 08:41:09 -08:00
parent 9e05badb09
commit 80c129a961
1 changed files with 3 additions and 1 deletions

View File

@ -28,7 +28,9 @@ func (b *BasicGraphBuilder) Build(path []string) (*Graph, error) {
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