mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
style: Remove trailing whitespace and standardize string quotes
This commit is contained in:
parent
a8744708a0
commit
291c4eb258
1 changed files with 8 additions and 8 deletions
|
@ -209,7 +209,7 @@ def get_badges_html():
|
|||
aider_percent_rounded = round(percentage)
|
||||
|
||||
# Generate HTML badges
|
||||
html = f'''<a href="https://github.com/Aider-AI/aider" class="github-badge badge-stars" title="{GITHUB_STARS_TOOLTIP}">
|
||||
html = f"""<a href="https://github.com/Aider-AI/aider" class="github-badge badge-stars" title="{GITHUB_STARS_TOOLTIP}">
|
||||
<span class="badge-label">⭐ GitHub Stars</span>
|
||||
<span class="badge-value">{stars_formatted}</span>
|
||||
</a>
|
||||
|
@ -228,7 +228,7 @@ def get_badges_html():
|
|||
<a href="/HISTORY.html" class="github-badge badge-coded" title="{SINGULARITY_TOOLTIP}">
|
||||
<span class="badge-label">🔄 Singularity</span>
|
||||
<span class="badge-value">{aider_percent_rounded}%</span>
|
||||
</a>'''
|
||||
</a>"""
|
||||
|
||||
return html
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue