Skip to content

Commit

Permalink
gofmt (#21039)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alancere authored Jun 20, 2023
1 parent fc70f02 commit 32af329
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ func (testsuite *PostgresqlhscTestSuite) TestPrivateEndpointConnections() {
for privateEndpointConnectionsClientNewListByClusterPager.More() {
privateEndpointConnectionsClientListByClusterResponse, err := privateEndpointConnectionsClientNewListByClusterPager.NextPage(testsuite.ctx)
testsuite.Require().NoError(err)
privateEndpointConnectionName = *privateEndpointConnectionsClientListByClusterResponse.Value[0].Name
privateEndpointConnectionName = *privateEndpointConnectionsClientListByClusterResponse.Value[0].Name
break
}

Expand Down

0 comments on commit 32af329

Please sign in to comment.