From 787968cc169e6b69b64664432aa804dd3f81a28a Mon Sep 17 00:00:00 2001 From: martinfrances107 Date: Wed, 18 Oct 2023 09:12:13 +0100 Subject: [PATCH] Removed stray newline. --- plotters/src/style/font/ttf.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/plotters/src/style/font/ttf.rs b/plotters/src/style/font/ttf.rs index 8087293f..57c02cf5 100644 --- a/plotters/src/style/font/ttf.rs +++ b/plotters/src/style/font/ttf.rs @@ -138,7 +138,6 @@ fn load_font_data(face: FontFamily, style: FontStyle) -> FontResult { .map(FontExt::new) .map_err(|e| FontError::FontLoadError(Arc::new(e))) })??; - } drop(cache);