Skip to content

Commit

Permalink
Fix weird indent
Browse files Browse the repository at this point in the history
  • Loading branch information
APN-Pucky committed Jan 10, 2019
1 parent 4fec663 commit de908a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tyrant_optimize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1355,7 +1355,7 @@ void print_score_inline(const FinalResults<long double> score) {
void print_sim_card_values(Deck* original_deck, Process& p, unsigned iter) // run_deck == p.your_decks[0]
{
if(!print_values)return;
  if(p.your_decks.size() != 1)return; // only for single deck
if(p.your_decks.size() != 1)return; // only for single deck
std::string last_name;
long double score;
Deck* sim_deck = p.your_decks[0];
Expand Down

0 comments on commit de908a5

Please sign in to comment.