fix: trailing newline in Config.zig

This commit is contained in:
Jason Rayne
2025-06-16 17:11:09 -07:00
parent 8fafd5ace1
commit af28763a34

View File

@ -7679,4 +7679,3 @@ test "theme specifying light/dark sets theme usage in conditional state" {
try testing.expect(cfg._conditional_set.contains(.theme));
}
}