This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch users/damccorm/dockerPrune
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/users/damccorm/dockerPrune by 
this push:
     new d0b917dc4b6 whitespace
d0b917dc4b6 is described below

commit d0b917dc4b61938fda0c4387cec632f2a49fb9fc
Author: Danny McCormick <dannymccorm...@google.com>
AuthorDate: Thu Jun 29 20:24:26 2023 -0400

    whitespace
---
 sdks/python/container/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/python/container/build.gradle 
b/sdks/python/container/build.gradle
index eeb2220c6d4..f6b31eec5b9 100644
--- a/sdks/python/container/build.gradle
+++ b/sdks/python/container/build.gradle
@@ -50,7 +50,7 @@ for(int i=8; i<=11; ++i) {
       // Enforce ordering to allow the prune step to happen between runs.
       // This will ensure we don't use up too much space (especially in CI 
environments)
       mustRunAfter(":sdks:python:container:push" + prev)
-    } 
+    }
     dependsOn ':sdks:python:container:py' + cur + ':dockerPush'
 
     doLast {

Reply via email to