hashicorp / hcl-lang

Schema and decoder to be used as building blocks for an HCL2-based language server.
https://pkg.go.dev/github.com/hashicorp/hcl-lang
Mozilla Public License 2.0
84 stars 24 forks source link

Fix whitespace via `go fmt` #415

Closed dbanck closed 1 month ago

dbanck commented 1 month ago

CI currently exits early on main, because the go fmt step fails

dbanck commented 1 month ago

👍 I will investigate