Skip to content

Commit

Permalink
Dedent macro definition
Browse files Browse the repository at this point in the history
  • Loading branch information
V1shvesh committed Sep 8, 2019
1 parent fc4375a commit 7457ef8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/librustc_errors/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 { "" }
};
}

0 comments on commit 7457ef8

Please sign in to comment.