fix: formatting issues
This commit is contained in:
parent
a8acda0add
commit
d27cb8ab17
1 changed files with 8 additions and 5 deletions
|
@ -325,7 +325,10 @@ async fn test_rust_rainbow_brackets(cx: &mut TestAppContext) {
|
||||||
let highlights = highlights.unwrap();
|
let highlights = highlights.unwrap();
|
||||||
|
|
||||||
// Verify we have some levels
|
// 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
|
// Verify structure is correct
|
||||||
for (level, ranges) in highlights {
|
for (level, ranges) in highlights {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue