Skip to content

Commit 6736ad9

Browse files
committed
Address Claude review feedback
- Reflow the wasmOnly comment in gen-whitebox-menu-catalog.mjs; the GEOLIBRE_SUBCATEGORY rename left it wrapped across three lines mid-clause.
1 parent e295525 commit 6736ad9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

scripts/gen-whitebox-menu-catalog.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,7 @@ async function main() {
139139
// Whitebox-sourced WASM tools the snapshot has never heard of. They belong in
140140
// the menu under their own category's regular subheading (not the
141141
// GEOLIBRE_SUBCATEGORY one — they are not GeoLibre-authored), and they are
142-
// the reason the menu
143-
// could list fewer tools than the WASM actually ships.
142+
// the reason the menu could list fewer tools than the WASM actually ships.
144143
const snapshotIds = new Set(tools.map((t) => t.id));
145144
const wasmOnly = wasmTools.filter((t) => t.source !== "geolibre" && !snapshotIds.has(t.id));
146145

0 commit comments

Comments
 (0)