From 13731e144c01abb2a00f41bf726f86f1cbb3ae5a Mon Sep 17 00:00:00 2001 From: shreyas-goenka <88374338+shreyas-goenka@users.noreply.github.com> Date: Fri, 21 Jul 2023 11:23:47 +0200 Subject: [PATCH] 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 --- libs/template/renderer.go | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/template/renderer.go b/libs/template/renderer.go index 853e3505bd..8502a92889 100644 --- a/libs/template/renderer.go +++ b/libs/template/renderer.go @@ -184,7 +184,6 @@ func (r *renderer) computeFile(relPathTemplate string) (*inMemoryFile, error) { }, nil } - // This function walks the template file tree to generate an in memory representation // of a project. //