Преглед на файлове

chore: remove whitespace

jose-fully-ported преди 2 години
родител
ревизия
3598a70d61
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      cli/cmd/docker/builder.go

+ 1 - 1
cli/cmd/docker/builder.go

@@ -213,7 +213,7 @@ func buildLocalWithBuildkit(ctx context.Context, opts BuildOpts) error {
 	if ghaErr != nil {
 		fmt.Printf("Github Actions environment error: %s\n", ghaErr.Error())
 	}
-		
+
 	if ok && os.Getenv("BUILDKIT_CACHE_EXPORTER") == "gha" {
 		fmt.Println("Github Actions environment detected, switching to the GitHub Actions cache exporter")
 		cacheFrom = "type=gha"