Skip to content

Commit ae10665

Browse files
committed
chore(types): apply gofmt
Result of running the newly added `make fmt` against the tree. Generated with Coder Agents.
1 parent 2b83a5a commit ae10665

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

types/diagnostics_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ 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+
//
44+
// if the DiagnosticExtra already exists in the chain.
4445
func TestDiagnosticExtraExisting(t *testing.T) {
4546
diag := &hcl.Diagnostic{
4647
Severity: hcl.DiagWarning,

0 commit comments

Comments
 (0)