Trim the trailing space off keywords with values.
All checks were successful
rust-test Build rust-test has succeeded
rust-build Build rust-build has succeeded

This commit is contained in:
Tom Alexander
2023-09-04 22:15:43 -04:00
parent 1c142b68c6
commit b0392ad6fb
4 changed files with 14 additions and 10 deletions

View File

@@ -10,6 +10,7 @@ use super::OrgSource;
use crate::error::Res;
use crate::types::Keyword;
#[cfg_attr(feature = "tracing", tracing::instrument(ret, level = "debug"))]
pub fn scan_for_in_buffer_settings<'s>(
input: OrgSource<'s>,
) -> Res<OrgSource<'s>, Vec<Keyword<'s>>> {