Skip to content

Commit

Permalink
Fix formatting in renderer.go (#593)
Browse files Browse the repository at this point in the history
## Changes
Due to a bug in Github UI, #589
got merged without passing the go/fmt formatting checks

This PR fixes the formatting which breaks the PR checks
  • Loading branch information
shreyas-goenka authored Jul 21, 2023
1 parent 02dbac7 commit 13731e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/template/renderer.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
Expand Down

0 comments on commit 13731e1

Please sign in to comment.