Skip to content

Commit ef6b090

Browse files
author
Takashi Kusumi
authored
Remove redundant return statement (#33)
1 parent 14fea86 commit ef6b090

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

quobyte/quobyte.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ func NewQuobyteClient(urlStr string, username string, password string) *QuobyteC
5858
password: password,
5959
apiRetryPolicy: RetryInteractive,
6060
}
61-
return nil
6261
}
6362

6463
// GetVolumeUUID resolves the volumeUUID for the given volume and tenant name.

0 commit comments

Comments
 (0)