Skip to content

Commit 93e3db6

Browse files
committed
Remove trailing blank line in constructor body
1 parent 96ce10b commit 93e3db6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

onnxruntime/core/providers/webgpu/webgpu_execution_provider.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,6 @@ WebGpuExecutionProvider::WebGpuExecutionProvider(int context_id,
578578
enable_int64_{config.enable_graph_capture || config.enable_int64},
579579
multi_rotary_cache_concat_offset_{config.multi_rotary_cache_concat_offset},
580580
prepack_allocator_{std::make_shared<webgpu::GpuBufferAllocator>(context_.InitializerBufferManager(), false)} {
581-
582581
if (config.enable_pix_capture) {
583582
#if defined(ENABLE_PIX_FOR_WEBGPU_EP)
584583
// set pix frame generator

0 commit comments

Comments
 (0)