Skip to content

Commit

Permalink
style: remove trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Sep 27, 2024
1 parent a890b61 commit c9f270b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/compiler/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c9f270b

Please sign in to comment.