fix brace styling

pull/13568/head
Taylor Plewe 2025-05-18 19:10:13 -06:00
parent 865597b74f
commit 749c16b9e9
1 changed files with 1 additions and 2 deletions

View File

@ -330,8 +330,7 @@ fn buffer_reopen(
return Ok(()); return Ok(());
} }
if let Some(last_closed_doc_path) = cx.editor.closed_document_paths.pop() if let Some(last_closed_doc_path) = cx.editor.closed_document_paths.pop() {
{
cx.editor.open(&last_closed_doc_path, Action::Replace)?; cx.editor.open(&last_closed_doc_path, Action::Replace)?;
} }
Ok(()) Ok(())