Skip to content

style(veAWP): align section separator on line 371#10

Open
fadai216 wants to merge 1 commit into
awp-core:mainfrom
fadai216:style/veawp-separator
Open

style(veAWP): align section separator on line 371#10
fadai216 wants to merge 1 commit into
awp-core:mainfrom
fadai216:style/veawp-separator

Conversation

@fadai216

Copy link
Copy Markdown

Summary

Tiny style nit: the section separator on veAWP.sol:371 is one character short compared to every other separator in the file.

Every // ══...══ separator in veAWP.sol uses 46 chars (lines 352, 354, 369). Line 371 uses 45, so the "Internal" section header is subtly misaligned:

369  // ══════════════════════════════════════════════   ← 46
370  //  Internal
371  // ═════════════════════════════════════════════    ← 45  (this one)

Fix

Add one so line 371 matches the file's established style. Single-character change, purely cosmetic.

All other section separators in veAWP.sol use 46 line-box chars
(lines 352, 354, 369). Line 371 had only 45, making the Internal
section header subtly misaligned. Single-char fix, purely cosmetic.
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.

2 participants