From fc4375a895c899e937892c5666372cf14d35c6df Mon Sep 17 00:00:00 2001 From: V1shvesh <22243137+V1shvesh@users.noreply.github.com> Date: Sun, 8 Sep 2019 22:58:28 +0530 Subject: [PATCH] Remove extra trailing newline --- src/librustc_errors/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/librustc_errors/lib.rs b/src/librustc_errors/lib.rs index b5341a2b727a..20338a33ef68 100644 --- a/src/librustc_errors/lib.rs +++ b/src/librustc_errors/lib.rs @@ -852,4 +852,3 @@ macro_rules! pluralise { if $x != 1 { "s" } else { "" } }; } -