Skip to content

Commit

Permalink
Update StorageInstancedBufferAttribute.js
Browse files Browse the repository at this point in the history
fix lint in line 104
  • Loading branch information
Spiri0 authored Nov 7, 2024
1 parent d459f97 commit 5309fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderers/common/StorageInstancedBufferAttribute.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class StorageInstancedBufferAttribute extends InstancedBufferAttribute {
return `${struct.name}: ${typeString},`;

} ).join( '\n' ) +
`\n};`;
'\n};';

}

Expand Down

0 comments on commit 5309fb5

Please sign in to comment.