Skip to content

Commit bc5f749

Browse files
committed
fix lint
1 parent c055e81 commit bc5f749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/services/tem/domain.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ func ResourceDomainRead(ctx context.Context, d *schema.ResourceData, m interface
250250
_ = d.Set("dmarc_name", "")
251251
_ = d.Set("dmarc_config", "")
252252
}
253-
253+
254254
_ = d.Set("smtp_host", tem.SMTPHost)
255255
_ = d.Set("smtp_port_unsecure", tem.SMTPPortUnsecure)
256256
_ = d.Set("smtp_port", tem.SMTPPort)

0 commit comments

Comments
 (0)