Skip to content

Commit c5b15da

Browse files
author
Aaron Welch
committed
gofmt!
1 parent 58103a0 commit c5b15da

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

builtin/providers/packet/provider.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ func Provider() terraform.ResourceProvider {
1818
},
1919

2020
ResourcesMap: map[string]*schema.Resource{
21-
"packet_device": resourcePacketDevice(),
22-
"packet_ssh_key": resourcePacketSSHKey(),
23-
"packet_project": resourcePacketProject(),
24-
"packet_volume": resourcePacketVolume(),
21+
"packet_device": resourcePacketDevice(),
22+
"packet_ssh_key": resourcePacketSSHKey(),
23+
"packet_project": resourcePacketProject(),
24+
"packet_volume": resourcePacketVolume(),
2525
},
2626

2727
ConfigureFunc: providerConfigure,

0 commit comments

Comments
 (0)