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` --- widget/src/shader.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'widget/src/shader.rs') diff --git a/widget/src/shader.rs b/widget/src/shader.rs index 06254a1c..6d532e59 100644 --- a/widget/src/shader.rs +++ b/widget/src/shader.rs @@ -14,8 +14,8 @@ use crate::renderer::wgpu::primitive; use std::marker::PhantomData; -pub use crate::graphics::Viewport; pub use crate::Action; +pub use crate::graphics::Viewport; pub use primitive::{Primitive, Storage}; /// A widget which can render custom shaders with Iced's `wgpu` backend. -- cgit