Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
binlingyu committed May 23, 2024
1 parent 5a89999 commit db26797
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1348,8 +1348,6 @@ mod tests {
title = "mdBook Documentation"
"#;
let config = Config::from_str(src).unwrap();
assert!(
!config.html_config().unwrap_or_default().smart_punctuation()
);
assert!(!config.html_config().unwrap_or_default().smart_punctuation());
}
}

0 comments on commit db26797

Please sign in to comment.