Skip to content

Commit 6860fff

Browse files
committed
Review Comments
Signed-off-by: Sameer Shaikh <[email protected]>
1 parent 9bd9cf4 commit 6860fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/vpcclient/vpcfilevolume/list_subnets.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ func (vs *FileShareService) ListSubnets(limit int, start string, filters *models
4444
var apiErr models.Error
4545

4646
request := vs.client.NewRequest(operation)
47-
47+
4848
req := request.JSONSuccess(&subnets).JSONError(&apiErr)
4949

5050
if limit > 0 {

0 commit comments

Comments
 (0)