"with" formatting

This commit is contained in:
James Bardin 2021-04-06 15:50:30 -04:00
parent 9e5baf4662
commit d04999863c
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ func DiagnosticWarningsCompact(diags tfdiags.Diagnostics, color *colorstring.Col
func appendSourceSnippets(buf *bytes.Buffer, diag *viewsjson.Diagnostic, color *colorstring.Colorize) {
if diag.Address != "" {
fmt.Fprintf(buf, " (%s)\n", diag.Address)
fmt.Fprintf(buf, " with %s,\n", diag.Address)
}
if diag.Range == nil {