You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lo...@apache.org on 2023/02/20 17:24:45 UTC

[beam] 02/02: [prism] tiny lint fixes

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

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

commit 778e087452d4574c5acdb0c55ad98cf87050ef58
Author: Robert Burke <ro...@frantil.com>
AuthorDate: Sun Feb 19 11:57:35 2023 -0800

    [prism] tiny lint fixes
---
 sdks/go/pkg/beam/runners/prism/internal/config/config_test.go | 2 +-
 sdks/go/pkg/beam/runners/prism/internal/urns/urns.go          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sdks/go/pkg/beam/runners/prism/internal/config/config_test.go b/sdks/go/pkg/beam/runners/prism/internal/config/config_test.go
index 59fcdd56d65..4c2642e78f9 100644
--- a/sdks/go/pkg/beam/runners/prism/internal/config/config_test.go
+++ b/sdks/go/pkg/beam/runners/prism/internal/config/config_test.go
@@ -54,7 +54,7 @@ func TestHandlerRegistry(t *testing.T) {
 
 	type spotCheck struct {
 		v, h string
-		want interface{}
+		want any
 	}
 	tests := []struct {
 		name     string
diff --git a/sdks/go/pkg/beam/runners/prism/internal/urns/urns.go b/sdks/go/pkg/beam/runners/prism/internal/urns/urns.go
index 09ee59c969a..035ab3c0727 100644
--- a/sdks/go/pkg/beam/runners/prism/internal/urns/urns.go
+++ b/sdks/go/pkg/beam/runners/prism/internal/urns/urns.go
@@ -13,7 +13,7 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
-// Package urn handles extracting urns from all the protos.
+// Package urns handles extracting urns from all the protos.
 package urns
 
 import (