Skip to content

Commit f816fc1

Browse files
committed
fix(test): reformatting the imports for goimports formatting error
Signed-off-by: Sneha Das <154408198+Snehadas2005@users.noreply.github.com>
1 parent 2791036 commit f816fc1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

workspaces/backend/api/workspace_details_handler_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ import (
2222
"strings"
2323

2424
"github.com/julienschmidt/httprouter"
25-
"github.com/kubeflow/notebooks/workspaces/backend/api/constants"
2625
. "github.com/onsi/ginkgo/v2"
2726
. "github.com/onsi/gomega"
27+
28+
"github.com/kubeflow/notebooks/workspaces/backend/api/constants"
2829
)
2930

3031
var _ = Describe("Workspace Details Handler", func() {

0 commit comments

Comments
 (0)