fix: formatting issues

This commit is contained in:
GoldStrikeArch 2025-08-14 19:51:05 +02:00
parent a8acda0add
commit d27cb8ab17

View file

@ -325,7 +325,10 @@ async fn test_rust_rainbow_brackets(cx: &mut TestAppContext) {
let highlights = highlights.unwrap();
// Verify we have some levels
assert!(!highlights.is_empty(), "Should have at least one level of brackets");
assert!(
!highlights.is_empty(),
"Should have at least one level of brackets"
);
// Verify structure is correct
for (level, ranges) in highlights {