Skip to content

Commit 7457ef8

Browse files
committed
Dedent macro definition
1 parent fc4375a commit 7457ef8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/librustc_errors/lib.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ impl Level {
848848

849849
#[macro_export]
850850
macro_rules! pluralise {
851-
($x:expr) => {
852-
if $x != 1 { "s" } else { "" }
853-
};
851+
($x:expr) => {
852+
if $x != 1 { "s" } else { "" }
853+
};
854854
}

0 commit comments

Comments
 (0)