mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Remove needless returns
This commit is contained in:
parent
2e02ea38fc
commit
e94df1ed5c
14 changed files with 38 additions and 38 deletions
|
@ -164,7 +164,7 @@ impl<'a> TextRun {
|
|||
glyphs: Arc::new(glyphs),
|
||||
bidi_level: bidi_level,
|
||||
};
|
||||
return run;
|
||||
run
|
||||
}
|
||||
|
||||
pub fn break_and_shape(font: &mut Font, text: &str, options: &ShapingOptions)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue