Skip to content

Commit db26797

Browse files
author
binlingyu
committed
cargo fmt
1 parent 5a89999 commit db26797

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/config.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1348,8 +1348,6 @@ mod tests {
13481348
title = "mdBook Documentation"
13491349
"#;
13501350
let config = Config::from_str(src).unwrap();
1351-
assert!(
1352-
!config.html_config().unwrap_or_default().smart_punctuation()
1353-
);
1351+
assert!(!config.html_config().unwrap_or_default().smart_punctuation());
13541352
}
13551353
}

0 commit comments

Comments
 (0)