Dedent macro definition
This commit is contained in:
parent
fc4375a895
commit
7457ef8580
@ -848,7 +848,7 @@ impl Level {
|
||||
|
||||
#[macro_export]
|
||||
macro_rules! pluralise {
|
||||
($x:expr) => {
|
||||
if $x != 1 { "s" } else { "" }
|
||||
};
|
||||
($x:expr) => {
|
||||
if $x != 1 { "s" } else { "" }
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user