mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 08:40:11 +00:00
fixup! cargo fmt
This commit is contained in:
parent
be218c89cc
commit
3b2c1332c2
10 changed files with 99 additions and 72 deletions
|
|
@ -21,12 +21,12 @@ impl From<i32> for PrivacyLevel {
|
|||
}
|
||||
|
||||
impl PrivacyLevel {
|
||||
pub fn to_string(&self) -> String {
|
||||
match self {
|
||||
PrivacyLevel::Public => "public".into(),
|
||||
PrivacyLevel::Private => "private".into(),
|
||||
}
|
||||
}
|
||||
pub fn to_string(&self) -> String {
|
||||
match self {
|
||||
PrivacyLevel::Public => "public".into(),
|
||||
PrivacyLevel::Private => "private".into(),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
macro_rules! model {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue