Skip to content

Commit

Permalink
Removed stray newline.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfrances107 committed Oct 18, 2023
1 parent 4ac399e commit 787968c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plotters/src/style/font/ttf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ fn load_font_data(face: FontFamily, style: FontStyle) -> FontResult<FontExt> {
.map(FontExt::new)
.map_err(|e| FontError::FontLoadError(Arc::new(e)))
})??;

}
drop(cache);

Expand Down

0 comments on commit 787968c

Please sign in to comment.