Skip to content

Commit

Permalink
Update StorageBufferAttribute.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 03a285b commit d459f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderers/common/StorageBufferAttribute.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class StorageBufferAttribute extends BufferAttribute {
return `${struct.name}: ${typeString},`;

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

}

Expand Down

0 comments on commit d459f97

Please sign in to comment.