You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by du...@apache.org on 2021/11/30 02:17:35 UTC

[rocketmq-streams] 02/02: fix file example

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

duhengforever pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/rocketmq-streams.git

commit 27c8b26f8b417fdbd7d0fa9ced8002fb936534a1
Author: duhenglucky <du...@apache.org>
AuthorDate: Tue Nov 2 17:33:56 2021 +0800

    fix file example
---
 rocketmq-streams-examples/src/main/resources/data.txt | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/rocketmq-streams-examples/src/main/resources/data.txt b/rocketmq-streams-examples/src/main/resources/data.txt
index d6a9ae9..09e2cdd 100644
--- a/rocketmq-streams-examples/src/main/resources/data.txt
+++ b/rocketmq-streams-examples/src/main/resources/data.txt
@@ -7,5 +7,4 @@
 {"InFlow":"7","ProjectName":"ProjectName-0","LogStore":"LogStore-0","OutFlow":"6"}
 {"InFlow":"8","ProjectName":"ProjectName-1","LogStore":"LogStore-1","OutFlow":"7"}
 {"InFlow":"9","ProjectName":"ProjectName-2","LogStore":"LogStore-2","OutFlow":"8"}
-{"InFlow":"10","ProjectName":"ProjectName-0","LogStore":"LogStore-0","OutFlow":"9"}
-
+{"InFlow":"10","ProjectName":"ProjectName-0","LogStore":"LogStore-0","OutFlow":"9"}
\ No newline at end of file