Skip to content

Commit

Permalink
couldnt get the whitespace right on the app
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearkatie committed May 15, 2024
1 parent 76821ed commit 8e13003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/toolkit/matl_sell_policy.cc
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,8 @@ void MatlSellPolicy::GetMatlTrades(
if (ignore_comp_) {
mat_pkgd[0]->Transmute(it->request->target()->comp());
}
responses.push_back(std::make_pair(*it, mat_pkgd[0]));
}
responses.push_back(std::make_pair(*it, mat_pkgd[0]));
}
}
}

Expand Down

0 comments on commit 8e13003

Please sign in to comment.