ソースを参照

style: missing blank space in makefile

Signed-off-by: wfnuser <wfnuser@126.com>
wfnuser 3 年 前
コミット
de7b58e2ca
1 ファイル変更2 行追加2 行削除
  1. 2 2
      Makefile

+ 2 - 2
Makefile

@@ -143,8 +143,8 @@ PLUGINS := sinks/file \
 	sources/zmq \
 	sources/zmq \
 	functions/accumulateWordCount \
 	functions/accumulateWordCount \
 	functions/countPlusOne \
 	functions/countPlusOne \
-	functions/image\
-	functions/geohash\
+	functions/image \
+	functions/geohash \
 	functions/echo
 	functions/echo
 
 
 .PHONY: plugins sinks/tdengine $(PLUGINS)
 .PHONY: plugins sinks/tdengine $(PLUGINS)