From 6c802b078b5a8be1d45b5d6e2135038eb49e0e47 Mon Sep 17 00:00:00 2001 From: adrien <221212@umons.ac.be> Date: Fri, 26 Jun 2026 08:54:41 +0200 Subject: [PATCH] Fix toml and comment according to taplo --- examples/styling_engine/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/styling_engine/Cargo.toml b/examples/styling_engine/Cargo.toml index 8f39b3f6a..d194d8e0a 100644 --- a/examples/styling_engine/Cargo.toml +++ b/examples/styling_engine/Cargo.toml @@ -13,8 +13,8 @@ workspace = true [dependencies] eframe = { workspace = true, features = [ - "default", - "__screenshot", # __screenshot is so we can dump a screenshot using EFRAME_SCREENSHOT_TO + "default", + "__screenshot", # __screenshot is so we can dump a screenshot using EFRAME_SCREENSHOT_TO ] } env_logger = { workspace = true, features = ["auto-color", "humantime"] } logos = "0.16.1"