mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-09-20 15:04:17 +00:00
Enable stylecheck linter and resolve found issues.
Signed-off-by: Xun Jiang <blackpiglet@gmail.com>
This commit is contained in:
@@ -216,6 +216,6 @@ func backupResourceIdentifierToProto(id velero.ResourceIdentifier) *proto.Resour
|
||||
|
||||
// This shouldn't be called on the GRPC server since the server won't ever receive this request, as
|
||||
// the RestartableBackupItemAction in Velero won't delegate this to the server
|
||||
func (c *BackupItemActionGRPCServer) Name() string {
|
||||
func (s *BackupItemActionGRPCServer) Name() string {
|
||||
return ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user