From 0397ab6af920a606affbcd4e322b010d3300918f Mon Sep 17 00:00:00 2001 From: houxinyu Date: Fri, 7 Jul 2023 23:59:37 +0800 Subject: [PATCH] fix:lint --- .../liteflow/parser/redis/util/RedisParserByPolling.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/liteflow-rule-plugin/liteflow-rule-redis/src/main/java/com/yomahub/liteflow/parser/redis/util/RedisParserByPolling.java b/liteflow-rule-plugin/liteflow-rule-redis/src/main/java/com/yomahub/liteflow/parser/redis/util/RedisParserByPolling.java index 05c3495f6..ed459a608 100644 --- a/liteflow-rule-plugin/liteflow-rule-redis/src/main/java/com/yomahub/liteflow/parser/redis/util/RedisParserByPolling.java +++ b/liteflow-rule-plugin/liteflow-rule-redis/src/main/java/com/yomahub/liteflow/parser/redis/util/RedisParserByPolling.java @@ -21,8 +21,7 @@ public class RedisParserByPolling implements RedisParserHelper{ private Jedis scriptClient; - public - RedisParserByPolling(RedisParserVO redisParserVO) { + public RedisParserByPolling(RedisParserVO redisParserVO) { this.redisParserVO = redisParserVO; try{