Merge pull request #1446 from mtrmac/1.4-gofmt-1.7

release-1.4: Run (gofmt -s -w)
This commit is contained in:
Miloslav Trmač
2021-09-23 19:23:03 +02:00
committed by GitHub
3 changed files with 3 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
//go:build !containers_image_openpgp
// +build !containers_image_openpgp
package main

View File

@@ -1,3 +1,4 @@
//go:build !linux
// +build !linux
package main

View File

@@ -1,3 +1,4 @@
//go:build openshift_shell
// +build openshift_shell
package main