Skip to content

Commit

Permalink
Remove extra unaccepted comma in the example code (#1016)
Browse files Browse the repository at this point in the history
  • Loading branch information
nasa9084 committed Jul 5, 2024
1 parent 6ab653a commit f322448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/plugin/framework/migrating/mux.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ func TestMuxServer(t *testing.T) {
providers := []func() tfprotov6.ProviderServer{
providerserver.NewProtocol6(New()), // Example terraform-plugin-framework provider
func() tfprotov6.ProviderServer {
return upgradedSdkServer,
return upgradedSdkServer
},
}

Expand Down

0 comments on commit f322448

Please sign in to comment.