1
Fork 0

Remove extra trailing newline

This commit is contained in:
V1shvesh 2019-09-08 22:58:28 +05:30
parent c255206581
commit fc4375a895

View file

@ -852,4 +852,3 @@ macro_rules! pluralise {
if $x != 1 { "s" } else { "" }
};
}