Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
callmeclover committed Apr 23, 2024
1 parent 7abe085 commit d9514aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/user/model.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use std::error::Error;
use rustrict::{Censor, Type};
use serde::{Serialize, Deserialize};
use uuid::Uuid
use uuid::Uuid;

/// What am I?
/// A class meant to hold all the values the server uses to compute messages.
Expand Down

0 comments on commit d9514aa

Please sign in to comment.