summaryrefslogtreecommitdiffstats
path: root/examples/geometry/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--examples/geometry/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/geometry/src/main.rs b/examples/geometry/src/main.rs
index 71ce0d8c..1c13c8d5 100644
--- a/examples/geometry/src/main.rs
+++ b/examples/geometry/src/main.rs
@@ -165,7 +165,7 @@ use iced::{
};
use rainbow::Rainbow;
-pub fn main() {
+pub fn main() -> iced::Result {
Example::run(Settings::default())
}