Skip to content

Commit bc5cfdb

Browse files
committed
Fix lintrunner trailing whitespace in factory.cc
1 parent 94a2ca4 commit bc5cfdb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

onnxruntime/core/providers/webgpu/ep/factory.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ OrtStatus* ORT_API_CALL Factory::CreateEpImpl(
141141
Ep::Config webgpu_ep_config{
142142
CPUAllocator::DefaultInstance(), // CPU allocator
143143
device_alloc, // default device allocator
144-
std::make_shared<webgpu::GpuBufferAllocator>(WebGpuContextFactory::GetContext(context_id).InitializerBufferManager(), true), // initializer device allocator
144+
std::make_shared<webgpu::GpuBufferAllocator>(WebGpuContextFactory::GetContext(context_id).InitializerBufferManager(), true), // initializer device allocator
145145
};
146146
*ep = new Ep(std::move(webgpu_ep), *factory, *logger, webgpu_ep_config);
147147
return nullptr;

0 commit comments

Comments
 (0)