From 96d76e5a3cb688a45fd7f47d8981d0d42e05ce58 Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Tue, 20 Feb 2024 19:50:51 +0100 Subject: [PATCH] fix: whitespace clean-up --- build.zig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.zig b/build.zig index 90b463f..1e185c3 100644 --- a/build.zig +++ b/build.zig @@ -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-bordered.json"); theme_file(b, exe, "ayu", "ayu-light.json"); - theme_file(b, exe, "ayu", "ayu-light-bordered.json"); - theme_file(b, exe, "onedark_pro", "themes/OneDark-Pro.json"); + theme_file(b, exe, "ayu", "ayu-light-bordered.json"); + theme_file(b, exe, "onedark_pro", "themes/OneDark-Pro.json"); }