diff --git a/src/config/Config.zig b/src/config/Config.zig index 589347c8b..4cc87ae04 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -7679,4 +7679,3 @@ test "theme specifying light/dark sets theme usage in conditional state" { try testing.expect(cfg._conditional_set.contains(.theme)); } } -