Commit c61c099f authored by Brian Pickrell's avatar Brian Pickrell
Browse files

formatting

parent 81d45161
...@@ -69,7 +69,6 @@ TEST_CASE(concurrent_targets) ...@@ -69,7 +69,6 @@ TEST_CASE(concurrent_targets)
for(auto i = 0u; i < n_threads; i++) for(auto i = 0u; i < n_threads; i++)
{ {
auto thread_body = [&target_name]() { auto thread_body = [&target_name]() {
// remove all existing targets, if any // remove all existing targets, if any
std::vector<std::string> target_list = migraphx::get_targets(); std::vector<std::string> target_list = migraphx::get_targets();
for(auto tt : target_list) for(auto tt : target_list)
......
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