소스 검색

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
 }