mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Reformat
This commit is contained in:
parent
7bb7c9a1e3
commit
4464354e2e
10 changed files with 42 additions and 21 deletions
|
@ -1658,7 +1658,9 @@ impl Fragment {
|
|||
handle_text(text_fragment_info, self, &mut result)
|
||||
},
|
||||
|
||||
SpecificFragmentInfo::TruncatedFragment(_) => return IntrinsicISizesContribution::new(),
|
||||
SpecificFragmentInfo::TruncatedFragment(_) => {
|
||||
return IntrinsicISizesContribution::new()
|
||||
},
|
||||
|
||||
SpecificFragmentInfo::UnscannedText(..) => {
|
||||
panic!("Unscanned text fragments should have been scanned by now!")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue