From 3fe36f2d484d86d25af05beae0706938db30b42b Mon Sep 17 00:00:00 2001 From: Brandon Jones Date: Mon, 23 Oct 2023 15:49:26 -0700 Subject: [PATCH] Run grunt fix --- .../api/operation/command_buffer/image_copy.spec.ts | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/webgpu/api/operation/command_buffer/image_copy.spec.ts b/src/webgpu/api/operation/command_buffer/image_copy.spec.ts index 9f08ffd5e46c..3dc889799bb2 100644 --- a/src/webgpu/api/operation/command_buffer/image_copy.spec.ts +++ b/src/webgpu/api/operation/command_buffer/image_copy.spec.ts @@ -1089,11 +1089,12 @@ class ImageCopyTest extends TextureTestMixin(GPUTest) { // Check the valid data in outputStagingBuffer once per row. for (let y = 0; y < copyFromOutputTextureLayout.mipSize[1]; ++y) { const rowOffset = expectedStencilTextureDataBytesPerRow * y; - const dataStart = expectedStencilTextureDataOffset + - expectedStencilTextureDataBytesPerRow * - expectedStencilTextureDataRowsPerImage * - stencilTextureLayer + - rowOffset; + const dataStart = + expectedStencilTextureDataOffset + + expectedStencilTextureDataBytesPerRow * + expectedStencilTextureDataRowsPerImage * + stencilTextureLayer + + rowOffset; this.expectGPUBufferValuesEqual( outputStagingBuffer, expectedStencilTextureData.slice(