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 20, 2024
1 parent 6164d25 commit b70a1a0
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 b70a1a0

Please sign in to comment.