From 2dda3f62646e983e0bc3e4cf45a805c3cf5400a9 Mon Sep 17 00:00:00 2001 From: yl231 Date: Thu, 3 Sep 2026 16:31:46 -0500 Subject: [PATCH] fix(data): add trailing newline to synced JSON (pre-commit end-of-file-fixer) The leaderboard sync (#54) wrote category_scores.json, leaderboard.json and routers.json without a final newline, failing the end-of-file-fixer hook on main. No data changes. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01RSUYhdCawUgo1zFJ2WCuir --- src/data/routerMetrics/category_scores.json | 2 +- src/data/routerMetrics/leaderboard.json | 2 +- src/data/routers.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/data/routerMetrics/category_scores.json b/src/data/routerMetrics/category_scores.json index 0bdfd44..d01859f 100644 --- a/src/data/routerMetrics/category_scores.json +++ b/src/data/routerMetrics/category_scores.json @@ -26979,4 +26979,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/data/routerMetrics/leaderboard.json b/src/data/routerMetrics/leaderboard.json index 5c39354..3b12f19 100644 --- a/src/data/routerMetrics/leaderboard.json +++ b/src/data/routerMetrics/leaderboard.json @@ -351,4 +351,4 @@ "Accuracy": 32.01, "Cost per 1k": 0.07 } -] \ No newline at end of file +] diff --git a/src/data/routers.json b/src/data/routers.json index b30b902..b5745ca 100644 --- a/src/data/routers.json +++ b/src/data/routers.json @@ -550,4 +550,4 @@ "deepseek/deepseek-v4-flash" ] } -} \ No newline at end of file +}