From 9ceb467e6e12129b42d67a4a1ff3cb21bc7daadd Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Fri, 21 Feb 2025 01:22:56 +0100 Subject: Run `cargo fmt` --- runtime/src/multi_window/program.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/src/multi_window/program.rs') diff --git a/runtime/src/multi_window/program.rs b/runtime/src/multi_window/program.rs index e8c71b26..4ea44791 100644 --- a/runtime/src/multi_window/program.rs +++ b/runtime/src/multi_window/program.rs @@ -1,8 +1,8 @@ //! Build interactive programs using The Elm Architecture. +use crate::Task; use crate::core::text; use crate::core::window; use crate::core::{Element, Renderer}; -use crate::Task; /// The core of a user interface for a multi-window application following The Elm Architecture. pub trait Program: Sized { -- cgit