Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit f0f1e99

Browse files
committed
Update comment
1 parent fd3f5cc commit f0f1e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/services/download_service.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ class DownloadService {
136136
if (downloading_data == nullptr) {
137137
return 0;
138138
}
139-
auto dl_item_id = downloading_data->item_id;
139+
const auto dl_item_id = downloading_data->item_id;
140140
if (dltotal <= 0) {
141141
return 0;
142142
}

0 commit comments

Comments
 (0)