From fdeabb6de7b1fdaf6d75dce4f765edce32d096b1 Mon Sep 17 00:00:00 2001 From: Luke Cwik Date: Wed, 26 Aug 2020 09:18:07 -0700 Subject: [PATCH] [BEAM-10771] Fix whitespace error causing whitespace lint to fail --- .../katas/go/common_transforms/aggregation/count/task.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/learning/katas/go/common_transforms/aggregation/count/task.md b/learning/katas/go/common_transforms/aggregation/count/task.md index 3299f6a40247..cacca43a3e69 100644 --- a/learning/katas/go/common_transforms/aggregation/count/task.md +++ b/learning/katas/go/common_transforms/aggregation/count/task.md @@ -18,8 +18,8 @@ # Aggregation - Count -In the Beam model, metrics provide some insight into the current state of a user pipeline. -In this lesson we introduce the [stats](https://godoc.org/github.com/apache/beam/sdks/go/pkg/beam/transforms/stats) +In the Beam model, metrics provide some insight into the current state of a user pipeline. +In this lesson we introduce the [stats](https://godoc.org/github.com/apache/beam/sdks/go/pkg/beam/transforms/stats) package that contains transforms for statistical processing. **Kata:** Count the number of elements from an input. @@ -27,4 +27,4 @@ package that contains transforms for statistical processing.
Use stats.CountElms. -
\ No newline at end of file +