Skip to content

Commit 1d162cd

Browse files
committed
chore: apply gofmt
Result of running the newly added `make fmt` against the tree. Generated with Coder Agents.
1 parent be14ab5 commit 1d162cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

types/diagnostics_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func TestDiagnosticExtra(t *testing.T) {
4040
// The `parent` wrapped is lost here, so calling `SetDiagnosticExtra` is
4141
// lossy. In practice, we only call this once, so it's ok.
4242
// TODO: Fix SetDiagnosticExtra to maintain the parents
43-
// if the DiagnosticExtra already exists in the chain.
43+
// if the DiagnosticExtra already exists in the chain.
4444
func TestDiagnosticExtraExisting(t *testing.T) {
4545
diag := &hcl.Diagnostic{
4646
Severity: hcl.DiagWarning,

0 commit comments

Comments
 (0)