Skip to content

Commit 9934b77

Browse files
SarahFrenchradeksimko
authored andcommitted
Formatting
1 parent ffbe679 commit 9934b77

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tfprotov6/tf6server/server.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1655,8 +1655,7 @@ func (s *server) WriteStateBytes(srv grpc.ClientStreamingServer[tfplugin6.WriteS
16551655
logging.ProtocolError(ctx, fmt.Sprintf(
16561656
"WriteStateBytes experienced an error when receiving state data from Terraform: %s",
16571657
err,
1658-
),
1659-
)
1658+
))
16601659
}
16611660

16621661
ok := yield(tfprotov6.WriteStateByteChunk{

0 commit comments

Comments
 (0)