mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +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
|
||||
objUUID string
|
||||
savedImagePool string
|
||||
savedImagePoolID int64 = util.InvalidPoolID
|
||||
cj = conn.config
|
||||
savedImagePoolID = util.InvalidPoolID
|
||||
cj = conn.config
|
||||
)
|
||||
|
||||
if snapParentName != "" {
|
||||
|
Loading…
Reference in New Issue
Block a user