Skip to content

Commit

Permalink
fix readme example
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Dolitsky <[email protected]>
  • Loading branch information
jdolitsky committed Mar 27, 2024
1 parent c7956ef commit aabcb2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ func main() {
file := tq.Deserialize(tfFile)

// Pretty-print the Terraform
fmt.Print(string(hclwrite.Format(file.Bytes())))
fmt.Println(file)
}
```

Expand Down

0 comments on commit aabcb2b

Please sign in to comment.