Skip to content

Commit

Permalink
Remove ()
Browse files Browse the repository at this point in the history
  • Loading branch information
lampsitter committed Jan 28, 2025
1 parent 7b68e19 commit 73ac543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egui_commonmark/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit 73ac543

Please sign in to comment.