Skip to content

Commit

Permalink
Run clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
snnn committed Nov 17, 2023
1 parent c6f8abd commit 4ff14b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions onnxruntime/test/providers/base_tester.cc
Original file line number Diff line number Diff line change
Expand Up @@ -430,9 +430,9 @@ bool SetEpsForAllNodes(Graph& graph,
if (custom_registries != nullptr &&
std::any_of(custom_registries->cbegin(), custom_registries->cend(),
[&](auto reg) { return KernelRegistry::HasImplementationOf(
*reg->GetKernelRegistry(),
node, ep->Type(),
kernel_type_str_resolver); })) {
*reg->GetKernelRegistry(),
node, ep->Type(),
kernel_type_str_resolver); })) {
found = true;
break;
}
Expand Down

0 comments on commit 4ff14b2

Please sign in to comment.