Skip to content

Commit

Permalink
Fixed minor spacing issue to make prettier happy
Browse files Browse the repository at this point in the history
  • Loading branch information
cmhhelgeson committed Dec 2, 2023
1 parent 10d94cb commit 0e4b4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sample/bitonicSort/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ SampleInitFactoryWebGPU(
// ANIMATION LOOP AND FUNCTION SETTINGS
// A flag that designates whether we will dispatch a workload this frame.
executeStep: false,
// A function that randomizes the values of each element.
// A function that randomizes the values of each element.
// When called, all relevant values within the settings object are reset to their defaults at the beginning of a sort with n elements.
'Randomize Values': () => {
return;
Expand Down

0 comments on commit 0e4b4f9

Please sign in to comment.