Skip to content

Commit 32af329

Browse files
authored
gofmt (Azure#21039)
1 parent fc70f02 commit 32af329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/resourcemanager/cosmosforpostgresql/armcosmosforpostgresql/postgresqlhsc_live_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ func (testsuite *PostgresqlhscTestSuite) TestPrivateEndpointConnections() {
395395
for privateEndpointConnectionsClientNewListByClusterPager.More() {
396396
privateEndpointConnectionsClientListByClusterResponse, err := privateEndpointConnectionsClientNewListByClusterPager.NextPage(testsuite.ctx)
397397
testsuite.Require().NoError(err)
398-
privateEndpointConnectionName = *privateEndpointConnectionsClientListByClusterResponse.Value[0].Name
398+
privateEndpointConnectionName = *privateEndpointConnectionsClientListByClusterResponse.Value[0].Name
399399
break
400400
}
401401

0 commit comments

Comments
 (0)