From f39e608d7b9dd093c6f1e9b853cc9f8102f15542 Mon Sep 17 00:00:00 2001 From: Kaiden42 Date: Wed, 9 Sep 2020 15:12:54 +0200 Subject: Format code --- web/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/lib.rs b/web/src/lib.rs index 79fa86e6..0776e9d5 100644 --- a/web/src/lib.rs +++ b/web/src/lib.rs @@ -262,12 +262,12 @@ where } /// An interactive embedded web application. -/// +/// /// This trait is the main entrypoint of Iced. Once implemented, you can run /// your GUI application by simply calling [`run`](#method.run). It will either /// take control of the `' or of an HTML element of the document specified /// by `container_id`. -/// +/// /// An [`Embedded`](trait.Embedded.html) can execute asynchronous actions /// by returning a [`Command`](struct.Command.html) in some of its methods. pub trait Embedded { -- cgit