Dedent macro definition
This commit is contained in:
parent
fc4375a895
commit
7457ef8580
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue