Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonehusin committed Apr 30, 2024
1 parent c300207 commit 9372c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tfrender/tfrender.go
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ func (r *TFRender) AppendComment(b *hclwrite.Body, comment string) {
hclwrite.Tokens{
&hclwrite.Token{
Type: hclsyntax.TokenComment,
Bytes: []byte(fmt.Sprintf("# %s\n", comment)),
Bytes: []byte(str),

SpacesBefore: 2,
},
Expand Down

0 comments on commit 9372c07

Please sign in to comment.