style: fix rustfmt blank line in frontmatter.rs

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
lucaronin
2026-03-25 10:45:27 +01:00
parent b5c1369fbf
commit 8bfdb5b330

View File

@@ -354,7 +354,6 @@ pub(crate) fn extract_fm_and_rels(data: Option<gray_matter::Pod>) -> Frontmatter
)
}
#[cfg(test)]
mod tests {
use super::*;