From fb15a016f008b0ed8e3a97f455d880f2b45297dd Mon Sep 17 00:00:00 2001
From: "Victor M. Alvarez" <vmalvarez@virustotal.com>
Date: Sun, 11 Aug 2024 20:59:51 +0200
Subject: [PATCH] chore: remove trailing spaces

---
 lib/src/scanner/context.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/src/scanner/context.rs b/lib/src/scanner/context.rs
index ee00b9302..e171d14b9 100644
--- a/lib/src/scanner/context.rs
+++ b/lib/src/scanner/context.rs
@@ -40,7 +40,7 @@ pub(crate) struct ScanContext<'r> {
     /// Pointer to the WASM store.
     pub wasm_store: NonNull<Store<ScanContext<'r>>>,
     /// Map where keys are object handles and values are objects used during
-    /// the evaluation of rule conditions. Handles are opaque integer values 
+    /// the evaluation of rule conditions. Handles are opaque integer values
     /// that can be passed to and received from WASM code. Each handle identify
     /// an object (string, struct, array or map).
     pub runtime_objects: IndexMap<RuntimeObjectHandle, RuntimeObject>,