Skip to content

Commit 095d69c

Browse files
author
xinzhifu
committed
Merge remote-tracking branch 'origin/master'
2 parents b924aaf + 319d895 commit 095d69c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

springboot-delayqueue/src/main/java/com/chengxy/delayqueue/controller/RedisController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class RedisController {
1818
@ResponseBody
1919
public Map<String, Object> redisTest(String type) throws IOException {
2020

21-
return null;
21+
return null ;
2222
}
2323

2424
}

0 commit comments

Comments
 (0)