Skip to content

Commit

Permalink
remove unnecessary setting to empty string (#17672)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhendrixMSFT authored Apr 20, 2022
1 parent 7cfe4c4 commit 1534fb0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions sdk/appconfig/azappconfig/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import (
"github.com/Azure/azure-sdk-for-go/sdk/azcore"
"github.com/Azure/azure-sdk-for-go/sdk/azcore/policy"
"github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime"
"github.com/Azure/azure-sdk-for-go/sdk/azcore/to"

"github.com/Azure/azure-sdk-for-go/sdk/appconfig/azappconfig/internal/generated"
)
Expand Down Expand Up @@ -419,10 +418,6 @@ func (c *Client) NewListRevisionsPager(selector SettingSelector, options *ListRe
if err != nil {
return ListRevisionsPage{}, err
}
if page.NextLink == nil {
// Set it to the zero value
page.NextLink = to.Ptr("")
}
return fromGeneratedGetRevisionsPage(page), nil
},
})
Expand Down

0 comments on commit 1534fb0

Please sign in to comment.