Skip to content

Commit

Permalink
chore: remove trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Aug 11, 2024
1 parent e258a2d commit fb15a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/scanner/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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>,
Expand Down

0 comments on commit fb15a01

Please sign in to comment.