From f8bad3474e60e5eff9422de305a7645249b18c9f Mon Sep 17 00:00:00 2001 From: humphreylee <66808535+humphreylee@users.noreply.github.com> Date: Tue, 5 Nov 2024 09:00:44 +0800 Subject: [PATCH] Update and rename bubble_chart2.rs.rs to bubble_chart2.rs Remove extra ".rs" extension --- gallery/src/scatter/{bubble_chart2.rs.rs => bubble_chart2.rs} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename gallery/src/scatter/{bubble_chart2.rs.rs => bubble_chart2.rs} (97%) diff --git a/gallery/src/scatter/bubble_chart2.rs.rs b/gallery/src/scatter/bubble_chart2.rs similarity index 97% rename from gallery/src/scatter/bubble_chart2.rs.rs rename to gallery/src/scatter/bubble_chart2.rs index 9cf136c..334c321 100644 --- a/gallery/src/scatter/bubble_chart2.rs.rs +++ b/gallery/src/scatter/bubble_chart2.rs @@ -171,4 +171,4 @@ pub fn chart() -> Chart { }), ), ) -} \ No newline at end of file +}