Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
wejoncy committed Nov 22, 2024
1 parent 957fa15 commit 44c9e88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion onnxruntime/test/perftest/strings_helper.cc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ bool ParseSessionConfigs(const std::string& configs_string,
available_keys_str += av_key;
available_keys_str += ", ";
}
ORT_THROW("[ERROR] wrong key type entered : `", key, "`. The following runtime key options are avaible: [", available_keys_str, "]");
ORT_THROW("[ERROR] wrong key type entered : `", key,
"`. The following runtime key options are avaible: [", available_keys_str, "]");
}

auto it = session_configs.find(key);
Expand Down

0 comments on commit 44c9e88

Please sign in to comment.