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:
shreyas-goenka 2023-07-21 11:23:47 +02:00 committed by GitHub
parent 02dbac7b8a
commit 13731e144c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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.
// //