Browse Source

fix:style

Roc 1 năm trước cách đây
mục cha
commit
a97c7e2d69
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
 }