Code re-formatting (#1062)

This commit is contained in:
Cønstantine Kovalensky 2023-11-08 16:43:41 +04:00 committed by GitHub
commit 22ececb970
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -99,7 +99,7 @@ if (!empty($rowset)) {
}
foreach ($clients as $client => $count) {
$percentage = ($count / $client_count) * 100;
$percentage = number_format(($count / $client_count) * 100, 2);
$clients_percentage[] = ($client_full ? $client : get_user_torrent_client($client)) . " [$count] => $percentage%";
}