add blank lines for readability

This commit is contained in:
Aleksey Kladov 2019-10-26 17:27:47 +03:00
parent e3a253d80f
commit 394e474479
6 changed files with 11 additions and 1 deletions

View file

@ -51,7 +51,7 @@ fn collect_assists() -> Result<Vec<Assist>> {
id
);
let doc = take_until(lines.by_ref(), "```");
let doc = take_until(lines.by_ref(), "```").trim().to_string();
let before = take_until(lines.by_ref(), "```");
assert_eq!(lines.next().unwrap().as_str(), "->");