From 73ac54308b7f6369ee2821d32347a2a0ec31cbff Mon Sep 17 00:00:00 2001 From: Erlend Walstad <96946613+lampsitter@users.noreply.github.com> Date: Tue, 28 Jan 2025 17:34:31 +0100 Subject: [PATCH] Remove () --- egui_commonmark/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/egui_commonmark/src/lib.rs b/egui_commonmark/src/lib.rs index 845d9f1..b30d540 100644 --- a/egui_commonmark/src/lib.rs +++ b/egui_commonmark/src/lib.rs @@ -190,7 +190,7 @@ impl<'f> CommonMarkViewer<'f> { /// let svg = map /// .entry(math.to_string()) /// .or_insert_with(|| { - /// if (inline) { + /// if inline { /// // render as inline /// // dummy data for the example /// Arc::new([0])