mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
remove incorrect double blank new lines
This commit is contained in:
parent
7aaadf929d
commit
08ec80c093
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ pub(crate) fn status(db: &RootDatabase, file_id: Option<FileId>) -> String {
|
|||
}
|
||||
}
|
||||
|
||||
buf
|
||||
buf.trim().to_string()
|
||||
}
|
||||
|
||||
#[derive(Default)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue