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

ibzib pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new d3f902e  Fix spotless groovy formatting.
     new 8e48821  Merge pull request #12386 from ibzib/spotless
d3f902e is described below

commit d3f902ee7b09244c691f5d8b68a94be4bf54c182
Author: Kyle Weaver <[email protected]>
AuthorDate: Mon Jul 27 19:08:39 2020 -0700

    Fix spotless groovy formatting.
    
    Corrects #12336
---
 .test-infra/jenkins/job_beam_PerformanceTests_Analysis.groovy | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.test-infra/jenkins/job_beam_PerformanceTests_Analysis.groovy 
b/.test-infra/jenkins/job_beam_PerformanceTests_Analysis.groovy
index 6d2485f..5f7094b 100644
--- a/.test-infra/jenkins/job_beam_PerformanceTests_Analysis.groovy
+++ b/.test-infra/jenkins/job_beam_PerformanceTests_Analysis.groovy
@@ -60,11 +60,11 @@ job(testConfiguration.jobName) {
       delegate,
       '30 */24 * * *')
 
-    wrappers{
-        credentialsBinding {
-            string("SLACK_WEBHOOK_URL", "beam-slack-webhook-url")
-        }
+  wrappers{
+    credentialsBinding {
+      string("SLACK_WEBHOOK_URL", "beam-slack-webhook-url")
     }
+  }
 
   steps {
     // Clean up environment after other python using tools.

Reply via email to