blockly-samples icon indicating copy to clipboard operation
blockly-samples copied to clipboard

fix: code style in generators for field colour blocks

Open rachel-fenichel opened this issue 1 year ago • 0 comments

The basics

The details

Resolves

Fixes #2198

Proposed Changes

Code style fixes in generators. Only one change impacts the generated code (Math.pow(2,24) -> 0x1000000), which also caused a corresponding change in the generated files.

Reason for Changes

Cleanup since I was already touching this code.

Test Coverage

Generator tests cover this!

rachel-fenichel avatar Mar 05 '24 20:03 rachel-fenichel