Skip to content

Commit e036a35

Browse files
committed
cargo fmt
1 parent f2837a1 commit e036a35

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

crates/xetex_layout/src/font.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,8 +359,7 @@ impl Font {
359359

360360
*descriptor = descriptor.copy_with_attrs(&attributes);
361361
*font_ref = Some(
362-
CTFont::new_descriptor(descriptor, self.point_size as f64 * 72.0 / 72.27)
363-
.ok_or(())?,
362+
CTFont::new_descriptor(descriptor, self.point_size as f64 * 72.0 / 72.27).ok_or(())?,
364363
);
365364
let mut index = 0;
366365
let pathname =

0 commit comments

Comments
 (0)