mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-12-18 11:00:25 +00:00
cleanup: remove unwanted type declaration
removed unwanted int64 type declaration to fix style check. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
9c841c83d4
commit
8096dd47e4
@ -280,8 +280,8 @@ func (conn *Connection) CheckReservation(ctx context.Context,
|
|||||||
snapSource bool
|
snapSource bool
|
||||||
objUUID string
|
objUUID string
|
||||||
savedImagePool string
|
savedImagePool string
|
||||||
savedImagePoolID int64 = util.InvalidPoolID
|
savedImagePoolID = util.InvalidPoolID
|
||||||
cj = conn.config
|
cj = conn.config
|
||||||
)
|
)
|
||||||
|
|
||||||
if snapParentName != "" {
|
if snapParentName != "" {
|
||||||
|
Loading…
Reference in New Issue
Block a user