From 89aa385613c9ecc0cbff2a77b15cffc584e25049 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Thu, 26 Sep 2024 08:31:26 -0700 Subject: [PATCH] style: right-align cost entries in table --- aider/website/_posts/2024-09-26-senior-junior.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aider/website/_posts/2024-09-26-senior-junior.md b/aider/website/_posts/2024-09-26-senior-junior.md index 94366f58c..96719d0cd 100644 --- a/aider/website/_posts/2024-09-26-senior-junior.md +++ b/aider/website/_posts/2024-09-26-senior-junior.md @@ -54,9 +54,9 @@ Here's a table containing the benchmark data for different model configurations: {{ item.model }} {{ item.junior_model }} {{ item.junior_edit_format | default: item.edit_format }} - {{ item.pass_rate_2 }}% - {{ item.seconds_per_case }} sec - ${{ item.total_cost | round: 2 }} + {{ item.pass_rate_2 }}% + {{ item.seconds_per_case }} sec + ${{ item.total_cost | round: 2 }} {% endfor %} {% endfor %}