gabriel / muse public
fix reflog dev
AI Agent gabriel · 162 days ago · Apr 17, 2026 · Diff

fix(reflog): correct @{N} index format in text output

f"{{{idx}:<3}}" expanded to literal string "@{0:<3}" — the :<3 landed outside the replacement field. f"{{{idx:<3}}}" puts the format spec inside the field, producing the intended "@{0 }" alignment.

sha256:0086dbfcccb3eaf83caf21547c8601988cd5b6e18c77d9dc16aabab6a2e5495a sha
~1 symbols
sha256:c23c190c5b4e0db2825a9b7a7f33b2cef30967db1ac2eb38fd4d4275896c18ec snapshot
~1
symbol modified
0
dead code introduced
Semantic Changes 1 symbol
~ muse/cli/commands/reflog.py .py 1 symbol modified
← Older Oldest on dev
All commits
Newer → Latest on dev

0 comments

No comments yet. Be the first to start the discussion.

To add a comment, use the Muse CLI: muse hub commit comment sha256:0086dbfcccb3eaf83caf21547c8601988cd5b6e18c77d9dc16aabab6a2e5495a --body "your comment"