Fix format.

Signed-off-by: Hoang, Phuong <phuong.n.hoang@dell.com>
This commit is contained in:
Hoang, Phuong
2022-03-15 19:54:24 -04:00
parent e9d5f7121c
commit b8b5427388

View File

@@ -17,8 +17,6 @@ limitations under the License.
package restore
import (
"github.com/vmware-tanzu/velero/pkg/kuberesource"
//"github.com/vmware-tanzu/velero/pkg/kuberesource"
"testing"
"github.com/stretchr/testify/assert"
@@ -28,6 +26,7 @@ import (
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
"k8s.io/apimachinery/pkg/runtime"
"github.com/vmware-tanzu/velero/pkg/kuberesource"
"github.com/vmware-tanzu/velero/pkg/plugin/velero"
velerotest "github.com/vmware-tanzu/velero/pkg/test"
)