Skip to content

Commit f322448

Browse files
authored
Remove extra unaccepted comma in the example code (#1016)
1 parent 6ab653a commit f322448

File tree

1 file changed

+1
-1
lines changed
  • website/docs/plugin/framework/migrating

1 file changed

+1
-1
lines changed

website/docs/plugin/framework/migrating/mux.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ func TestMuxServer(t *testing.T) {
234234
providers := []func() tfprotov6.ProviderServer{
235235
providerserver.NewProtocol6(New()), // Example terraform-plugin-framework provider
236236
func() tfprotov6.ProviderServer {
237-
return upgradedSdkServer,
237+
return upgradedSdkServer
238238
},
239239
}
240240

0 commit comments

Comments
 (0)