diff --git a/onnxruntime/test/perftest/strings_helper.cc b/onnxruntime/test/perftest/strings_helper.cc index b3e87bdf83bcf..5e6ade6b76523 100644 --- a/onnxruntime/test/perftest/strings_helper.cc +++ b/onnxruntime/test/perftest/strings_helper.cc @@ -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);