瀏覽代碼

fix:style

Roc 1 年之前
父節點
當前提交
a97c7e2d69
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      utils/redis/standalone_redis.go

+ 1 - 1
utils/redis/standalone_redis.go

@@ -181,7 +181,7 @@ func (rc *StandaloneRedisClient) IsExist(key string) bool {
 		_ = rc.redisClient.HDel(context.TODO(), DefaultKey, key).Err()
 		return false
 	}
-	
+
 	return true
 }