Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
iwahbe committed Apr 13, 2023
1 parent 729f3d6 commit 905ce5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,6 @@ func Provider() tfbridge.ProviderInfo {

err := x.ComputeDefaults(&prov, x.TokensSingleModule("cloudflare_", mainMod,
x.MakeStandardToken(mainPkg)))
contract.AssertNoError(err)
contract.AssertNoErrorf(err, "Failed to compute defaults")
return prov
}

0 comments on commit 905ce5e

Please sign in to comment.