You've already forked AstralRinth
forked from didirus/AstralRinth
Fix Clippy lints (#3494)
* chore: fix some Clippy lints * chore(labrinth): more Clippy fixes
This commit is contained in:
committed by
GitHub
parent
365367dd16
commit
e008b657a5
@@ -189,8 +189,8 @@ impl ChargeType {
|
||||
pub fn as_str(&self) -> &'static str {
|
||||
match self {
|
||||
ChargeType::OneTime => "one-time",
|
||||
ChargeType::Subscription { .. } => "subscription",
|
||||
ChargeType::Proration { .. } => "proration",
|
||||
ChargeType::Subscription => "subscription",
|
||||
ChargeType::Proration => "proration",
|
||||
ChargeType::Refund => "refund",
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user