From e734611a60bc0a31bd10eebe20a24009b0ec212b Mon Sep 17 00:00:00 2001 From: Taylor Sutton Date: Wed, 19 Jul 2023 11:19:41 -0700 Subject: [PATCH] Fix gofmt. --- splitter/splitter.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/splitter/splitter.go b/splitter/splitter.go index abcf9ee..6f81ef8 100644 --- a/splitter/splitter.go +++ b/splitter/splitter.go @@ -4,9 +4,9 @@ // KCL applications would be most interested in `SplitMessageIfNecessary` which can handle zlibbed records as well as // CloudWatch bundles. KCL automatically unbundles KPL aggregates before passing the records to the consumer. // Non-KCL applications (such as Lambdas consuming KPL-produced aggregates) should either use -// - KPLDeaggregate if the consumer purely wants to unbundle KPL aggregates, but will handle the raw records themselves. -// - Deaggregate if the consumer wants to apply the same decompress and split logic as SplitMessageIfNecessary -// in addition to the KPL splitting. +// - KPLDeaggregate if the consumer purely wants to unbundle KPL aggregates, but will handle the raw records themselves. +// - Deaggregate if the consumer wants to apply the same decompress and split logic as SplitMessageIfNecessary +// in addition to the KPL splitting. package splitter import (