Skip to content

style: remove decorative box-drawing separators and em dashes from code comments - #94

Merged
davz7 merged 3 commits into
davz7:mainfrom
MerlinTheWhiz:style/remove-decorative-comment-separators
Jul 26, 2026
Merged

style: remove decorative box-drawing separators and em dashes from code comments#94
davz7 merged 3 commits into
davz7:mainfrom
MerlinTheWhiz:style/remove-decorative-comment-separators

Conversation

@MerlinTheWhiz

Copy link
Copy Markdown
Contributor

Closes #82

Replace 100 box-drawing separator lines (// ─── Section ────) with plain comments (// Section) and replace em dashes (—) with commas in code comments only. User-facing strings, i18n files, and UI fallback values are preserved.

Scope: CreditContract/ and CreditRoot/src/ (.rs, .js, .jsx)

…de comments

Replace 100 box-drawing separator lines (// ─── Section ────) with plain
comments (// Section) and replace em dashes (—) with commas in code comments
only. User-facing strings, i18n files, and UI fallback values are preserved.

Scope: CreditContract/ and CreditRoot/src/ (.rs, .js, .jsx)
@drips-wave

drips-wave Bot commented Jul 25, 2026

Copy link
Copy Markdown

@MerlinTheWhiz Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@davz7
davz7 merged commit 46b4431 into davz7:main Jul 26, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Issue 2 — Remove decorative box-drawing separators from comments

2 participants