You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2022/10/04 13:29:58 UTC

[beam] branch master updated: Fix go fmt error (#23474)

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

damccorm 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 b5ed5488cfe Fix go fmt error (#23474)
b5ed5488cfe is described below

commit b5ed5488cfef1c76cf6d4c9fe559e197ba34a57a
Author: Yi Hu <ya...@google.com>
AuthorDate: Tue Oct 4 09:29:49 2022 -0400

    Fix go fmt error (#23474)
---
 sdks/go/pkg/beam/transforms/filter/distinct_test.go | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sdks/go/pkg/beam/transforms/filter/distinct_test.go b/sdks/go/pkg/beam/transforms/filter/distinct_test.go
index cd82cecc84b..1ba8f560190 100644
--- a/sdks/go/pkg/beam/transforms/filter/distinct_test.go
+++ b/sdks/go/pkg/beam/transforms/filter/distinct_test.go
@@ -30,7 +30,6 @@ package filter_test
 //     - strings
 //     - numbers
 
-
 import (
 	"testing"