Skip to content

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Angelo committed Apr 22, 2022
1 parent 82956b2 commit 472ac64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ns1/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func Provider() terraform.ResourceProvider {
"ns1_application": resourceApplication(),
"ns1_pulsarjob": pulsarJobResource(),
"ns1_tsigkey": tsigKeyResource(),
"ns1_subnet": resourceSubnet(),
"ns1_subnet": resourceSubnet(),
},
ConfigureFunc: ns1Configure,
}
Expand Down

0 comments on commit 472ac64

Please sign in to comment.