From b341136cce71edb650f154d68f6c9f51c7aa207e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Sat, 8 Jun 2024 12:22:40 +0200 Subject: [PATCH] format --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index d305b5d..c2788f4 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -19,7 +19,7 @@ pub use interpolation::EaseFunction; pub use interpolation::Lerp; mod plugin; -pub use plugin::{custom_ease_system, EasingsPlugin, EasingsLabel}; +pub use plugin::{custom_ease_system, EasingsLabel, EasingsPlugin}; mod implemented; /// Wrapper around a type that can be eased.