mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 12:58:35 +07:00
Bump golangci-lint to 1.55.2 and fix issues
Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
This commit is contained in:
@@ -200,7 +200,7 @@ func example(ref *reference) error {
|
||||
if s == "" {
|
||||
buf.WriteString("\n")
|
||||
} else {
|
||||
buf.WriteString(fmt.Sprintf(" %s\n", s))
|
||||
fmt.Fprintf(buf, " %s\n", s)
|
||||
}
|
||||
}
|
||||
ref.Example = buf.String()
|
||||
|
||||
Reference in New Issue
Block a user