Skip to content

Commit

Permalink
Run cargo fmt.
Browse files Browse the repository at this point in the history
  • Loading branch information
emmiegit committed Nov 14, 2023
1 parent 7196b89 commit 9d45323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepwell/src/services/relation/structs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ impl RelationType {
/// of `(dest_type, from_type, relation_value)`.
pub fn value(self) -> &'static str {
match self {
RelationType::SiteUser => "site-user", // for the 'site' user_type
RelationType::SiteUser => "site-user", // for the 'site' user_type
RelationType::SiteBan => "ban",
RelationType::SiteApplication => "application",
RelationType::SiteMember => "member",
Expand Down

0 comments on commit 9d45323

Please sign in to comment.