Skip to content

Commit 0609547

Browse files
committed
Run make fmt
Signed-off-by: David Kwon <[email protected]>
1 parent 51ee363 commit 0609547

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

controllers/workspace/devworkspace_controller.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ import (
6868
"sigs.k8s.io/controller-runtime/pkg/reconcile"
6969
)
7070

71-
7271
const (
7372
startingWorkspaceRequeueInterval = 5 * time.Second
7473
)

pkg/library/home/persistentHome.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ import (
2121
"github.com/devfile/api/v2/pkg/apis/workspaces/v1alpha2"
2222
devfilevalidation "github.com/devfile/api/v2/pkg/validation"
2323
"github.com/devfile/devworkspace-operator/pkg/provision/storage"
24-
"k8s.io/utils/pointer"
2524
corev1 "k8s.io/api/core/v1"
25+
"k8s.io/utils/pointer"
2626

2727
"github.com/devfile/devworkspace-operator/pkg/common"
2828
"github.com/devfile/devworkspace-operator/pkg/constants"

0 commit comments

Comments
 (0)