mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 02:43:36 +00:00
cleanup: resolve godot linter
This commit resolves godot linter issue which says "Comment should end in a period (godot)". Updates: #1586 Signed-off-by: Yati Padia <ypadia@redhat.com>
This commit is contained in:
@ -21,10 +21,10 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
// VolumeOperationAlreadyExistsFmt string format to return for concurrent operation
|
||||
// VolumeOperationAlreadyExistsFmt string format to return for concurrent operation.
|
||||
VolumeOperationAlreadyExistsFmt = "an operation with the given Volume ID %s already exists"
|
||||
|
||||
// SnapshotOperationAlreadyExistsFmt string format to return for concurrent operation
|
||||
// SnapshotOperationAlreadyExistsFmt string format to return for concurrent operation.
|
||||
SnapshotOperationAlreadyExistsFmt = "an operation with the given Snapshot ID %s already exists"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user