remove incorrect double blank new lines

This commit is contained in:
Milo 2021-06-18 23:34:00 +01:00
parent 7aaadf929d
commit 08ec80c093

View File

@ -72,7 +72,7 @@ pub(crate) fn status(db: &RootDatabase, file_id: Option<FileId>) -> String {
}
}
buf
buf.trim().to_string()
}
#[derive(Default)]