Skip to content

Commit

Permalink
remove continue
Browse files Browse the repository at this point in the history
  • Loading branch information
luminousmining committed Mar 29, 2024
1 parent 0a468b0 commit 3150038
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion miner/sources/api/api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ void api::ServerAPI::onHiveOSGetStats(
if (nullptr == device)
{
hs.push_back(0);
continue;
}
else
{
Expand Down

0 comments on commit 3150038

Please sign in to comment.