From c9f270bfff208f4e2542624534435a1002b21f17 Mon Sep 17 00:00:00 2001 From: "Victor M. Alvarez" Date: Fri, 27 Sep 2024 11:45:55 +0200 Subject: [PATCH] style: remove trailing spaces --- lib/src/compiler/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/src/compiler/mod.rs b/lib/src/compiler/mod.rs index 8dddd463..75723638 100644 --- a/lib/src/compiler/mod.rs +++ b/lib/src/compiler/mod.rs @@ -1493,8 +1493,8 @@ impl<'a> Compiler<'a> { } // Is the module banned? If yes, produce an error. Notice however that - // this check is done after the module has been added to the symbol - // table because we don't want additional errors due to undefined + // this check is done after the module has been added to the symbol + // table because we don't want additional errors due to undefined // identifiers when the banned module is used in some rule condition. if let Some((error_title, error_msg)) = self.banned_modules.get(module_name)