Skip to content

Commit e8fccf2

Browse files
anandyadav3559squakez
authored andcommitted
fix: apply goimports formatting
1 parent bbbc71b commit e8fccf2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/apis/addtoscheme_strimzi_duck_v1.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ limitations under the License.
1818
package apis
1919

2020
import (
21-
"github.com/apache/camel-k/v2/pkg/apis/duck/strimzi/v1"
21+
v1 "github.com/apache/camel-k/v2/pkg/apis/duck/strimzi/v1"
2222
)
2323

2424
func init() {

0 commit comments

Comments
 (0)