From a55e1d1974da2b83547fa49f613bc2e0e2496f38 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Thu, 1 Jan 2015 21:25:31 +0100 Subject: [PATCH] Remove spurious spaces from lints/mod.rs. --- components/plugins/lints/mod.rs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/components/plugins/lints/mod.rs b/components/plugins/lints/mod.rs index af7083e5b5f..b40e59e4417 100644 --- a/components/plugins/lints/mod.rs +++ b/components/plugins/lints/mod.rs @@ -2,8 +2,8 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ - pub mod inheritance_integrity; - pub mod privatize; - pub mod str_to_string; - pub mod transmute_type; - pub mod unrooted_must_root; +pub mod inheritance_integrity; +pub mod privatize; +pub mod str_to_string; +pub mod transmute_type; +pub mod unrooted_must_root;