Skip to content

Commit

Permalink
Make golangcli-lint happy;
Browse files Browse the repository at this point in the history
  • Loading branch information
joergdw committed Mar 14, 2023
1 parent e428a72 commit e11264c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/autoscaler/operator/cmd/operator/operator_test.go
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
package main_test

import (
"code.cloudfoundry.org/app-autoscaler/src/autoscaler/routes"
"fmt"
"io"
"net/http"
"os"
"time"

"code.cloudfoundry.org/app-autoscaler/src/autoscaler/routes"

. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
. "github.com/onsi/gomega/gbytes"
Expand Down

0 comments on commit e11264c

Please sign in to comment.