From 36332c336f0cb87dcb47d01985cba3372ddc8a73 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 8 Nov 2024 16:24:40 +0800 Subject: [PATCH] 1 --- webapp/services/CircuitRankingService.php | 1 - 1 file changed, 1 deletion(-) diff --git a/webapp/services/CircuitRankingService.php b/webapp/services/CircuitRankingService.php index e4bf4005..f152d237 100644 --- a/webapp/services/CircuitRankingService.php +++ b/webapp/services/CircuitRankingService.php @@ -37,7 +37,6 @@ class CircuitRankingService extends BaseService { if (count($androidHash) < 100) { for ($i = count($androidHash); $i < 100; $i++) { if (!empty($androidHashDb)) { - } } }