Skip to content

Commit

Permalink
🎨 cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Tallone committed Apr 11, 2024
1 parent 2f3ba0a commit daaa20d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion crates/server/src/biz/activation/mod.rs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pub mod service;
pub mod service;
5 changes: 2 additions & 3 deletions crates/server/src/biz/synchronize/model.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use serde::{Deserialize};

use serde::Deserialize;

#[derive(Deserialize)]
pub struct SaveReq {
pub content: String
pub content: String,
}

0 comments on commit daaa20d

Please sign in to comment.