1
0
mirror of https://github.com/openshift/source-to-image.git synced 2026-02-05 12:44:54 +01:00

go fmt test/integration/docker

Run `go fmt` on the test/integration/docker package, flagged by
the verify job in CI.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
This commit is contained in:
Nalin Dahyabhai
2022-06-29 15:58:05 -04:00
parent 759107145a
commit a9726865b2
3 changed files with 3 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
//go:build integration
// +build integration
package docker

View File

@@ -1,3 +1,4 @@
//go:build integration
// +build integration
package docker

View File

@@ -1,3 +1,4 @@
//go:build integration
// +build integration
package dockerfile