From 2e9e9a3bc3651529629c58212e9fed6e0924ca20 Mon Sep 17 00:00:00 2001 From: Chrislearn Young Date: Mon, 25 Dec 2023 21:47:31 +0800 Subject: [PATCH] cargo fmt --- crates/oapi/src/openapi/tag.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/oapi/src/openapi/tag.rs b/crates/oapi/src/openapi/tag.rs index e2c889699..2e3335491 100644 --- a/crates/oapi/src/openapi/tag.rs +++ b/crates/oapi/src/openapi/tag.rs @@ -87,8 +87,8 @@ impl Tag { #[cfg(test)] mod tests { - use super::Tag; use super::ExternalDocs; + use super::Tag; #[test] fn tag_new() {