Commit 62f41a3
authored
chore(ui): remove unused validateRowId import in blob-inspector.js (#355)
🎯 What: Removed the unused `validateRowId` import from `core/ui/modules/blob-inspector.js`.
💡 Why: The `validateRowId` function was imported but never used in the file, representing dead code. Removing it improves codebase maintainability and readability without altering behavior.
✅ Verification: The codebase was built successfully using `bun build` and the full test suite was run and passed.
✨ Result: Cleaner code with fewer dead imports, reducing developer cognitive load.
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>1 parent 538c1ae commit 62f41a3
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
0 commit comments