Skip to content

Commit

Permalink
🎨 cargo clippy & fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
phidiaLam committed Dec 11, 2024
1 parent 9c6f89e commit 58f3a6e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ use ceobe_operation_logic::{
release_version::ReleaseVersionLogic, CeobeOperationLogic,
};
use page_next_id::response::ListWithNextId;
use persistence::{
ceobe_operate::models::version::models::ReleaseVersion
};
use persistence::ceobe_operate::models::version::models::ReleaseVersion;
use serve_utils::{
axum::extract::Query,
axum_resp_result::{resp_result, MapReject},
Expand Down
1 change: 0 additions & 1 deletion libs/page_next_id/src/response/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
use _private::NextIdTrait;
use mongodb::bson::oid::ObjectId;
use serde::Serialize;

#[derive(Debug, Serialize)]
Expand Down

0 comments on commit 58f3a6e

Please sign in to comment.