Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko committed Feb 15, 2024
1 parent d703862 commit 583d01b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions hclwrite/format.go
Original file line number Diff line number Diff line change
Expand Up @@ -457,9 +457,12 @@ func tokenBracketChange(tok *Token) int {
//
// lead: always present, representing everything up to one of the others
// assign: if line contains an attribute assignment, represents the tokens
// starting at (and including) the equals symbol
//
// starting at (and including) the equals symbol
//
// comment: if line contains any non-comment tokens and ends with a
// single-line comment token, represents the comment.
//
// single-line comment token, represents the comment.
//
// When formatting, the leading spaces of the first tokens in each of these
// cells is adjusted to align vertically their occurences on consecutive
Expand Down

0 comments on commit 583d01b

Please sign in to comment.