mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-26 13:31:02 +00:00
cargo fmt
This commit is contained in:
parent
f1990b782d
commit
fe05f9a58e
1 changed files with 3 additions and 1 deletions
|
@ -488,7 +488,9 @@ pub(crate) mod tests {
|
|||
);
|
||||
assert_eq!(
|
||||
inst.long_description_html,
|
||||
SafeString::new("<p dir=\"auto\"><a href=\"/with_link\">long_description</a></p>\n")
|
||||
SafeString::new(
|
||||
"<p dir=\"auto\"><a href=\"/with_link\">long_description</a></p>\n"
|
||||
)
|
||||
);
|
||||
assert_eq!(inst.short_description.get(), "[short](#link)");
|
||||
assert_eq!(
|
||||
|
|
Loading…
Reference in a new issue