mirror of https://github.com/databricks/cli.git
Fix formatting in renderer.go (#593)
## Changes Due to a bug in Github UI, https://github.com/databricks/cli/pull/589 got merged without passing the go/fmt formatting checks This PR fixes the formatting which breaks the PR checks
This commit is contained in:
parent
02dbac7b8a
commit
13731e144c
|
@ -184,7 +184,6 @@ func (r *renderer) computeFile(relPathTemplate string) (*inMemoryFile, error) {
|
||||||
}, nil
|
}, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// This function walks the template file tree to generate an in memory representation
|
// This function walks the template file tree to generate an in memory representation
|
||||||
// of a project.
|
// of a project.
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue