Commit e863104a authored by nanahira's avatar nanahira

format

parent 139c5091
...@@ -951,11 +951,10 @@ void DeckBuilder::FilterCards() { ...@@ -951,11 +951,10 @@ void DeckBuilder::FilterCards() {
} }
} }
} }
if (is_target) { if (is_target)
results.push_back(ptr); results.push_back(ptr);
} else { else
continue; continue;
}
} }
myswprintf(result_string, L"%d", results.size()); myswprintf(result_string, L"%d", results.size());
if(results.size() > 7) { if(results.size() > 7) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment