Skip to content

Commit 0e03b60

Browse files
committed
PR feedback
1 parent e3f2084 commit 0e03b60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/resource/nginx_plus_actions.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ func (a *APIAction) HandleUpdateStreamServersRequest(ctx context.Context, action
4646
}
4747

4848
func (a *APIAction) HandleGetStreamUpstreamsRequest(ctx context.Context,
49-
instance *mpi.Instance) *mpi.DataPlaneResponse {
49+
instance *mpi.Instance,
50+
) *mpi.DataPlaneResponse {
5051
correlationID := logger.GetCorrelationID(ctx)
5152
instanceID := instance.GetInstanceMeta().GetInstanceId()
5253
streamUpstreamsResponse := emptyResponse

0 commit comments

Comments
 (0)