fix: whitespace clean-up

This commit is contained in:
CJ van den Berg 2024-02-20 19:50:51 +01:00
parent 62f09365e3
commit 96d76e5a3c

View file

@ -65,6 +65,6 @@ fn add_themes(b: *std.Build, exe: anytype) void {
theme_file(b, exe, "ayu", "ayu-mirage.json"); theme_file(b, exe, "ayu", "ayu-mirage.json");
theme_file(b, exe, "ayu", "ayu-mirage-bordered.json"); theme_file(b, exe, "ayu", "ayu-mirage-bordered.json");
theme_file(b, exe, "ayu", "ayu-light.json"); theme_file(b, exe, "ayu", "ayu-light.json");
theme_file(b, exe, "ayu", "ayu-light-bordered.json"); theme_file(b, exe, "ayu", "ayu-light-bordered.json");
theme_file(b, exe, "onedark_pro", "themes/OneDark-Pro.json"); theme_file(b, exe, "onedark_pro", "themes/OneDark-Pro.json");
} }