diff options
author | Alexandre Garand <alexandre.garand@fretlink.com> | 2019-07-03 16:11:42 +0200 |
---|---|---|
committer | Alexandre Garand <alexandre.garand@fretlink.com> | 2019-07-03 16:11:42 +0200 |
commit | dd1186fd91ca40f876130a596f53ebef14cf8815 (patch) | |
tree | c32c3a3ea3e73e35e1837d6e9135a62df1b0de62 | |
parent | 3430e3235c3428a00823a71c7de07bab801b9a67 (diff) | |
download | terraform-provider-mailgun-dd1186fd91ca40f876130a596f53ebef14cf8815.tar.gz terraform-provider-mailgun-dd1186fd91ca40f876130a596f53ebef14cf8815.tar.zst terraform-provider-mailgun-dd1186fd91ca40f876130a596f53ebef14cf8815.zip |
make fmt
-rw-r--r-- | mailgun/resource_mailgun_domain_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mailgun/resource_mailgun_domain_test.go b/mailgun/resource_mailgun_domain_test.go index 7ad9272..c35df48 100644 --- a/mailgun/resource_mailgun_domain_test.go +++ b/mailgun/resource_mailgun_domain_test.go | |||
@@ -12,7 +12,6 @@ import ( | |||
12 | "time" | 12 | "time" |
13 | ) | 13 | ) |
14 | 14 | ||
15 | |||
16 | type fullDomain struct { | 15 | type fullDomain struct { |
17 | domainResponse mailgun.DomainResponse | 16 | domainResponse mailgun.DomainResponse |
18 | domainConnection mailgun.DomainConnection | 17 | domainConnection mailgun.DomainConnection |
@@ -227,4 +226,3 @@ resource "mailgun_domain" "exemple" { | |||
227 | 226 | ||
228 | } | 227 | } |
229 | ` | 228 | ` |
230 | |||