diff --git a/include/onnxruntime/core/framework/data_types_internal.h b/include/onnxruntime/core/framework/data_types_internal.h index b81ed85bf7..7ad932b2b8 100644 --- a/include/onnxruntime/core/framework/data_types_internal.h +++ b/include/onnxruntime/core/framework/data_types_internal.h @@ -350,10 +350,12 @@ class MLTypeCallDispatcher { } /** - * Invokes Fn<..., T> with leading template arguments and the specified arguments. + * Invokes Fn<..., T> with leading template arguments and the specified + * arguments. * * @tparam Fn The function object template. - * @tparam LeadingTemplateArgTypeList A type list of the leading template arguments. + * @tparam LeadingTemplateArgTypeList A type list of the leading template + * arguments. * @tparam Args The argument types. */ template