mirror of
https://github.com/RGBCube/alejandra
synced 2025-08-01 04:57:44 +00:00
commit
4641995e98
1 changed files with 1 additions and 3 deletions
|
@ -129,9 +129,7 @@ impl Children {
|
||||||
.unwrap()
|
.unwrap()
|
||||||
.text()
|
.text()
|
||||||
.chars()
|
.chars()
|
||||||
.filter(|c| *c == '\n')
|
.any(|c| c == '\n')
|
||||||
.count()
|
|
||||||
> 0
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue